weboptimizer 4.0.25 → 4.0.26
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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"babel-loader": "^10.1.1",
|
|
95
95
|
"babel-plugin-polyfill-corejs3": "^1.0.0",
|
|
96
96
|
"babel-plugin-transform-rewrite-imports": "^1.5.4",
|
|
97
|
-
"clientnode": "4.0.
|
|
97
|
+
"clientnode": "4.0.1455",
|
|
98
98
|
"core-js": "^3.49.0",
|
|
99
99
|
"ejs": "^6.0.1",
|
|
100
100
|
"exports-loader": "^5.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@types/postcss-url": "^10.0.4",
|
|
128
128
|
"@types/webpack-env": "^1.18.8",
|
|
129
129
|
"@types/webpack-sources": "^3.2.3",
|
|
130
|
-
"@typescript-eslint/parser": "^8.
|
|
130
|
+
"@typescript-eslint/parser": "^8.65.0",
|
|
131
131
|
"css-loader": "^7.1.4",
|
|
132
132
|
"cssnano": "^8.0.2",
|
|
133
133
|
"eslint": "^10.7.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"stylelint-config-standard": "^40.0.0",
|
|
156
156
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
157
157
|
"terser-webpack-plugin": "^5.6.1",
|
|
158
|
-
"typescript-eslint": "^8.
|
|
158
|
+
"typescript-eslint": "^8.65.0",
|
|
159
159
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
160
160
|
"web-documentation": "^1.0.42",
|
|
161
161
|
"workbox-webpack-plugin": "^7.4.1"
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"directory": {
|
|
560
560
|
"__evaluate__": "self.path.target.base"
|
|
561
561
|
},
|
|
562
|
-
"watch":
|
|
562
|
+
"watch": false
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
565
|
"directory": {
|
|
@@ -1563,8 +1563,10 @@
|
|
|
1563
1563
|
},
|
|
1564
1564
|
"watchOptions": {
|
|
1565
1565
|
"ignored": [
|
|
1566
|
+
"./.yarn",
|
|
1566
1567
|
"./*.js",
|
|
1567
1568
|
"./end-to-end-tests",
|
|
1569
|
+
"**/.*",
|
|
1568
1570
|
"**/deprecated",
|
|
1569
1571
|
"**/exclude",
|
|
1570
1572
|
"**/node_modules",
|