weboptimizer 2.0.1651 → 3.0.1
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 +5 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"babel-loader": "^10.0.0",
|
|
99
99
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
100
100
|
"babel-preset-minify": "^0.5.2",
|
|
101
|
-
"clientnode": "
|
|
101
|
+
"clientnode": "4.0.1349",
|
|
102
102
|
"ejs": "^4.0.1",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
@@ -1429,21 +1429,11 @@
|
|
|
1429
1429
|
"__evaluate__": "self.debug"
|
|
1430
1430
|
},
|
|
1431
1431
|
"stylelint": {
|
|
1432
|
-
"customSyntax":
|
|
1433
|
-
|
|
1434
|
-
},
|
|
1435
|
-
"extends": {
|
|
1436
|
-
"__evaluate__": "optionalRequire('stylelint-config-standard-scss') ? 'stylelint-config-standard-scss' : 'stylelint-config-standard'"
|
|
1437
|
-
},
|
|
1432
|
+
"customSyntax": "postcss-scss",
|
|
1433
|
+
"extends": "stylelint-config-standard",
|
|
1438
1434
|
"ignoreFiles": "**/node_modules/*",
|
|
1439
|
-
"plugins": [
|
|
1440
|
-
"stylelint-scss"
|
|
1441
|
-
],
|
|
1435
|
+
"plugins": [],
|
|
1442
1436
|
"rules": {
|
|
1443
|
-
"#": "Deaktivates default CSS checks for unknwin @-ruels.",
|
|
1444
|
-
"at-rule-no-unknown": null,
|
|
1445
|
-
"#1": "Activates SCSS checks for \"@use\", \"@forward\" and so on.",
|
|
1446
|
-
"scss/at-rule-no-unknown": true,
|
|
1447
1437
|
"at-rule-empty-line-before": [
|
|
1448
1438
|
"always",
|
|
1449
1439
|
{
|