experienced webpack4.1.0, today and found that extract-text-webpack-plugin is no longer supported.
what method should be used to extract the css file separately? Another problem with
is that when I was looking at an open source project packaged in webpack, I found that it introduced css
<link type="text/css" rel="stylesheet" href="blob:null/e83446f1-423b-40a8-a91a-d885bde94722">
what is the meaning of the content in that href, and what plug-in is it done with?
and I didn"t find the css file it generated in the file, only the scss file in the source code.
No answer can be found in the actual search. Please give me some advice. Thank you in advance.