mmiller42 / html-webpack-externals-plugin

Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.
MIT License
99 stars 16 forks source link

Consider updating to html-webpack-tags-plugin #47

Open jharris4 opened 5 years ago

jharris4 commented 5 years ago

Hi @mmiller42,

Just thought I'd write a quick message to let you know that html-webpack-include-assets-plugin plugin has been renamed to html-webpack-tags-plugin.

Also, a bunch of new features were added, including built-in support for externals which may be of interest since you have a similar feature in this plugin.

There's also the html-webpack-deploy-plugin plugin built on top of it that provides some nice features for deploying/including assets from node_modules packages.

Obviously feel free to ignore these plugins/changes, but I'd be happy to help if you have any questions about upgrading.

Cheers!

mmiller42 commented 3 years ago

I finally saw this -- so sorry, haven't been maintaining this project in ages and don't really get into Webpack much at all these days. I just updated my readme to hopefully point people in the right direction to your project!