webapp-webpack-plugin icon indicating copy to clipboard operation
webapp-webpack-plugin copied to clipboard

Make this work with mini-html-webpack-plugin?

Open bebraw opened this issue 5 years ago • 1 comments

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.

bebraw avatar Mar 11 '19 19:03 bebraw

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

brunocodutra avatar Mar 11 '19 21:03 brunocodutra