weboptimizer 2.0.1356 → 2.0.1358
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1358",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
{
|
|
445
445
|
"arguments": [
|
|
446
446
|
{
|
|
447
|
-
"__evaluate__": "path.resolve(self.path.source.asset.cascadingStyleSheet,
|
|
447
|
+
"__evaluate__": "path.resolve(self.path.source.asset.cascadingStyleSheet, `**/*.${self.generic.cascadingStyleSheetFileExtension}`)"
|
|
448
448
|
},
|
|
449
449
|
"--config",
|
|
450
450
|
{
|
|
@@ -728,6 +728,7 @@
|
|
|
728
728
|
"pattern": "'use strict';if(typeof module!=='undefined'&&module!==null&&eval('typeof require')!=='undefined'&&eval('require')!==null&&'main'in eval('require')&&eval('typeof require.main')!=='undefined'&&eval('require.main')!==null){var ORIGINAL_MAIN_MODULE=module;if(module!==eval('require.main')&&'paths'in module&&'paths'in eval('require.main')&&typeof __dirname!=='undefined'&&__dirname!==null)module.paths=eval('require.main.paths').concat(module.paths.filter(function(path){return eval('require.main.paths').includes(path)}))};"
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
|
+
"cascadingStyleSheetFileExtension": "css",
|
|
731
732
|
"isWeb": true,
|
|
732
733
|
"supportedBrowsers": [
|
|
733
734
|
"last 2 major versions",
|