This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
v3.3.4
What's New in v3.3.4
This is a summary of the differences between v3.3.4 and v3.3.3.
Commits
Show commits
SHA | Author | Message |
---|---|---|
ec53bce |
mmiller42 | Remove webpack peerDependency (we can rely on html-webpack-plugin's peerDependency instead) |
2862e15 |
mmiller42 | 3.3.4 |
Changed files
package-lock.json
Inline diff not displayed. View the whole file
package.json
Show changes
@@ -1,6 +1,6 @@
{
"name": "html-webpack-externals-plugin",
- "version": "3.3.3",
+ "version": "3.3.4",
"description": "Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.",
"keywords": [
"htmlwebpackplugin",
@@ -46,8 +46,7 @@
"prettier": "^1.5.3"
},
"peerDependencies": {
- "html-webpack-plugin": "^2.0.0",
- "webpack": "^2.0.0"
+ "html-webpack-plugin": "^2.0.0"
},
"dependencies": {
"ajv": "^5.2.2",