assets-webpack-plugin
Advanced tools
Comparing version 3.8.1 to 3.8.2
@@ -13,2 +13,8 @@ # Change Log | ||
## 3.8.2 - 2018-06-18 | ||
### Changed | ||
- Add babel to the build process. | ||
## 3.8.1 - 2018-06-18 | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "assets-webpack-plugin", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"description": "Emits a json file with assets paths", | ||
@@ -8,3 +8,5 @@ "main": "index.js", | ||
"lint": "standard --verbose | snazzy", | ||
"test": "mocha test" | ||
"test": "mocha test", | ||
"build": "babel index.js --out-dir dist && babel lib --out-dir dist/lib", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -30,5 +32,8 @@ "repository": { | ||
"index.js", | ||
"lib/" | ||
"dist/" | ||
], | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.3", | ||
"babel-preset-env": "1.7.0", | ||
"chai": "^4.1.2", | ||
@@ -35,0 +40,0 @@ "css-loader": "^0.28.11", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32747
14
500
13
1