webapp-webpack-plugin
webapp-webpack-plugin copied to clipboard
Make this work with mini-html-webpack-plugin?
Do you think it would be worthwhile to try to make the plugin work with mini-html-webpack-plugin? I'm curious what it would take on that side to integrate. We should just 1. generate files 2. write references. I could possibly add some hook.
I think it's a great idea if you're willing to expose a hook that provides write access to the html data. For reference, this is where we hook onto html-webpack-plugin and this is how tags are injected