You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to split css by chunk,but all build into Entrypoint app,generate only one css(app.css). This is my config:
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
page:
and has differance css in differance chunk, but it generate only one css:
I want to split css by chunk,but all build into Entrypoint app,generate only one css(app.css). This is my config:



const MiniCssExtractPlugin = require('mini-css-extract-plugin')
page:


and has differance css in differance chunk, but it generate only one css:
this is my code:
https://github.com/yiqianglin/webpack4Demo
The text was updated successfully, but these errors were encountered: