javascript - webpack packages css causing page loading styles to be slow FOUC
三叔2017-06-26 10:56:55
0
1
849
After using webpack to package js and css, insert bundle.js at the bottom of the homepage, because css is not placed in head, so when you open the page, it needs to flash for a while to have the style. How should this be solved?
Wouldn’t it be better to extract the css
extract-text-webpack-plugin
Use this webpack plugin
GitHub address