weboptimizer 2.0.1224 → 2.0.1226
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 +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1226",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -1739,6 +1739,9 @@
|
|
|
1739
1739
|
"**/package.json",
|
|
1740
1740
|
{
|
|
1741
1741
|
"__evaluate__": "path.resolve(self.path.target.base, '*.js')"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"__evaluate__": "path.resolve(self.path.target.base, '**/*.js')"
|
|
1742
1745
|
}
|
|
1743
1746
|
]
|
|
1744
1747
|
}
|