weboptimizer 4.0.22 → 4.0.24
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 +13 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.24",
|
|
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.1453",
|
|
98
98
|
"core-js": "^3.49.0",
|
|
99
99
|
"ejs": "^6.0.1",
|
|
100
100
|
"exports-loader": "^5.0.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"cssnano": "^8.0.2",
|
|
133
133
|
"eslint": "^10.7.0",
|
|
134
134
|
"eslint-config-google": "^0.14.0",
|
|
135
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
135
|
+
"eslint-plugin-jsdoc": "^63.0.14",
|
|
136
136
|
"favicons": "^7.3.0",
|
|
137
137
|
"favicons-webpack-plugin": "^6.0.1",
|
|
138
138
|
"globals": "^17.7.0",
|
|
@@ -1523,6 +1523,16 @@
|
|
|
1523
1523
|
"targetTechnology": {
|
|
1524
1524
|
"boilerplate": "node",
|
|
1525
1525
|
"payload": "node"
|
|
1526
|
+
},
|
|
1527
|
+
"webpack": {
|
|
1528
|
+
"module": {
|
|
1529
|
+
"parser": {
|
|
1530
|
+
"javascript": {
|
|
1531
|
+
"#": "NOTE: Tells webpack to include dynamically-imported modules in the current chunk (returning an already-resolved promise) rather than emitting a separate [id].js. Result: only testBundle.js.",
|
|
1532
|
+
"dynamicImportMode": "eager"
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1526
1536
|
}
|
|
1527
1537
|
},
|
|
1528
1538
|
"test:browser": {
|