This repository was archived by the owner on Jul 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ var path = require('path');
77
88var commentRx = / ^ \s * \/ (?: \/ | \* ) [ @ # ] \s + s o u r c e M a p p i n g U R L = d a t a : (?: a p p l i c a t i o n | t e x t ) \/ j s o n ; (?: c h a r s e t [: = ] \S + ?; ) ? b a s e 6 4 , (?: .* ) $ / mg;
99var mapFileCommentRx =
10- //Example (Extra space between slashes added to solve Safari bug. Exclude space in production):
11- // / /# sourceMappingURL=foo.js.map /*# sourceMappingURL=foo.js.map */
1210 / (?: \/ \/ [ @ # ] [ \t ] + s o u r c e M a p p i n g U R L = ( [ ^ \s ' " ] + ?) [ \t ] * $ ) | (?: \/ \* [ @ # ] [ \t ] + s o u r c e M a p p i n g U R L = ( [ ^ \* ] + ?) [ \t ] * (?: \* \/ ) { 1 } [ \t ] * $ ) / mg
1311
1412function decodeBase64 ( base64 ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = function() {
99 // return the list of modules as css string
1010 list . toString = function toString ( ) {
1111 return this . map ( function ( item ) {
12- const content = cssWithMappingToString ( item ) ;
12+ var content = cssWithMappingToString ( item ) ;
1313 if ( item [ 2 ] ) {
1414 return "@media " + item [ 2 ] + "{" + content + "}" ;
1515 } else {
Original file line number Diff line number Diff line change 1313 ],
1414 "dependencies" : {
1515 "babel-code-frame" : " ^6.11.0" ,
16- "convert-source-map" : " ^1.3.0" ,
1716 "css-selector-tokenizer" : " ^0.7.0" ,
1817 "cssnano" : " >=2.6.1 <4" ,
1918 "loader-utils" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments