This repository was archived by the owner on Apr 5, 2021. It is now read-only.
v3.3.3
What's New in v3.3.3
This is a summary of the differences between v3.3.3 and v3.3.2.
Commits
Changed files
➕ .npmignore
Show changes
@@ -0,0 +1,13 @@
+# OS/IDE files
+.DS_Store
+*#
+*~
+.idea
+
+# Dependencies
+node_modules
+
+# Logs
+*.log
+.node_repl_history
+.node_historypackage-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.2",
+ "version": "3.3.3",
"description": "Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.",
"keywords": [
"htmlwebpackplugin",