0👍
You would use the ExtractTextPlugin
for webpack to extract all CSS into a seperate .css
file that you then have to inlcude in the index.html page.
Source:stackexchange.com
0👍
You would use the ExtractTextPlugin
for webpack to extract all CSS into a seperate .css
file that you then have to inlcude in the index.html page.