weboptimizer 2.0.1649 → 2.0.1650
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 +12 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1650",
|
|
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": "3.0.
|
|
101
|
+
"clientnode": "3.0.1348",
|
|
102
102
|
"ejs": "^4.0.1",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
@@ -489,7 +489,9 @@
|
|
|
489
489
|
"__evaluate__": "`'${self.path.apiDocumentation}'`"
|
|
490
490
|
},
|
|
491
491
|
"--no-warn-ignored",
|
|
492
|
-
|
|
492
|
+
{
|
|
493
|
+
"__evaluate__": "`'${self.path.source.base}**/*.{jsx,ts,tsx}'`"
|
|
494
|
+
}
|
|
493
495
|
],
|
|
494
496
|
"command": "eslint",
|
|
495
497
|
"indicator": "self.needed.javaScript || self.needed.javaScriptExtension || self.needed.typeScript || self.needed.typeScriptExtension"
|
|
@@ -1434,7 +1436,14 @@
|
|
|
1434
1436
|
"__evaluate__": "optionalRequire('stylelint-config-standard-scss') ? 'stylelint-config-standard-scss' : 'stylelint-config-standard'"
|
|
1435
1437
|
},
|
|
1436
1438
|
"ignoreFiles": "**/node_modules/*",
|
|
1439
|
+
"plugins": [
|
|
1440
|
+
"stylelint-scss"
|
|
1441
|
+
],
|
|
1437
1442
|
"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,
|
|
1438
1447
|
"at-rule-empty-line-before": [
|
|
1439
1448
|
"always",
|
|
1440
1449
|
{
|