Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

v3.3.3

Choose a tag to compare

@mmiller42 mmiller42 released this 16 Sep 01:40
· 67 commits to master since this release

What's New in v3.3.3

This is a summary of the differences between v3.3.3 and v3.3.2.

Commits

Show commits
SHA Author Message
0a1bb55 mmiller42 Needs an npmignore
c7c8f57 mmiller42 3.3.3

Changed files

.npmignore

Show changes
@@ -0,0 +1,13 @@
+# OS/IDE files
+.DS_Store
+*#
+*~
+.idea
+
+# Dependencies
+node_modules
+
+# Logs
+*.log
+.node_repl_history
+.node_history

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.2",
+  "version": "3.3.3",
   "description": "Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.",
   "keywords": [
     "htmlwebpackplugin",