Someone could tell me if I can do this or not.
I asked on stackoverflow, but no response...I need help...Thx in advance!!
https://stackoverflow.com/questions/52621102/webpack4-splitchunks-html-webpack-plugin-mpa
html will be generated after splitChunks name callback execute.
I can't get common chunk info when generating html files.
webpack4
Did you try the html-webpack-plugin@next version?
It should allow splitting out of the box
Wow! That's awesome!It worked.
But is there a beta version of html-webpack-plugin 's documentation out there?or change log?
:-)
html-webpack-plugin@next is ready?
Some plugins have not been updated for the html-webpack-plugin but if you don't need them you should be good to go :)
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days.
Most helpful comment
Did you try the html-webpack-plugin@next version?
It should allow splitting out of the box