weboptimizer 3.0.20 → 3.0.21
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -318,8 +318,8 @@
|
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"engines": {
|
|
321
|
-
"node": ">=
|
|
322
|
-
"npm": ">=
|
|
321
|
+
"node": ">=24",
|
|
322
|
+
"npm": ">=11",
|
|
323
323
|
"yarn": ">=4"
|
|
324
324
|
},
|
|
325
325
|
"resolutions": {
|
|
@@ -772,9 +772,6 @@
|
|
|
772
772
|
},
|
|
773
773
|
"external": {
|
|
774
774
|
"aliases": {
|
|
775
|
-
"jquery": {
|
|
776
|
-
"root": "jQuery"
|
|
777
|
-
},
|
|
778
775
|
"^.+/node_modules/.+(?:\\.css)?$": {
|
|
779
776
|
"^(.+)(?:\\.css)?$": "?$1.compiled.css"
|
|
780
777
|
},
|
|
@@ -1231,9 +1228,6 @@
|
|
|
1231
1228
|
},
|
|
1232
1229
|
"#1": "NOTE: Breaks linked files live reloading when disabled.",
|
|
1233
1230
|
"resolveSymlinks": true,
|
|
1234
|
-
"skipParseRegularExpressions": {
|
|
1235
|
-
"__evaluate__": "/(?:^|\\/)(?:(?:jquery\\/dist\\/jquery))(?:\\.min)?\\.js(?:\\?.+|$)/"
|
|
1236
|
-
},
|
|
1237
1231
|
"style": {
|
|
1238
1232
|
"#": "Includes referenced (hot module replaced) css files in-place into the html header to dynamically migrate them on changes without browser refresh.",
|
|
1239
1233
|
"loader": "style-loader",
|