jantimon/html-webpack-plugin

Link stylesheet css file is not loaded when webpage loads after set scriptLoading as 'blocking'

AllyMao85 opened this issue · 0 comments

When webpage loads, js and CSS are not loaded, after I set the options of scriptLoading as 'blocking', js files are loaded when webpage loads but CSS are still not loaded.

Css file link are injected to HTML file but are not loaded when webpage loads

apply scriptLoading "blocking" logic to the bundle CSS file as well.

Environment 🖥