weboptimizer 2.0.1422 → 2.0.1423
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 +17 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1423",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"..."
|
|
910
910
|
],
|
|
911
911
|
"urlFilter": {
|
|
912
|
-
"__evaluate__": "(attributeName, reference) =>
|
|
912
|
+
"__evaluate__": "(attributeName, reference) => !/[^?]+\\.js(\\?.*)?/.test(reference)"
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
915
|
}
|
|
@@ -1539,7 +1539,21 @@
|
|
|
1539
1539
|
},
|
|
1540
1540
|
"offline": null
|
|
1541
1541
|
},
|
|
1542
|
-
"webpack": {
|
|
1542
|
+
"webpack": {
|
|
1543
|
+
"watchOptions": {
|
|
1544
|
+
"ignored": [
|
|
1545
|
+
"./*.js",
|
|
1546
|
+
"**/node_modules",
|
|
1547
|
+
"**/package.json",
|
|
1548
|
+
{
|
|
1549
|
+
"__evaluate__": "path.resolve(self.path.target.base, '*.js')"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"__evaluate__": "path.resolve(self.path.target.base, '**/*.js')"
|
|
1553
|
+
}
|
|
1554
|
+
]
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1543
1557
|
},
|
|
1544
1558
|
"debug": {
|
|
1545
1559
|
"debug": true,
|
|
@@ -1733,21 +1747,6 @@
|
|
|
1733
1747
|
"testBundle": "./test"
|
|
1734
1748
|
}
|
|
1735
1749
|
}
|
|
1736
|
-
},
|
|
1737
|
-
"webpack": {
|
|
1738
|
-
"watchOptions": {
|
|
1739
|
-
"ignored": [
|
|
1740
|
-
"./*.js",
|
|
1741
|
-
"**/node_modules",
|
|
1742
|
-
"**/package.json",
|
|
1743
|
-
{
|
|
1744
|
-
"__evaluate__": "path.resolve(self.path.target.base, '*.js')"
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"__evaluate__": "path.resolve(self.path.target.base, '**/*.js')"
|
|
1748
|
-
}
|
|
1749
|
-
]
|
|
1750
|
-
}
|
|
1751
1750
|
}
|
|
1752
1751
|
}
|
|
1753
1752
|
},
|