J
J
### Description Add `cssExtract` option. When building as a library, you can also set this to `false` to avoid your users having to import the CSS themselves, like vue-cli [css.extract](https://cli.vuejs.org/config/#css-extract)...
webpack-dev-server 开发时报错  
If we want to alias folders path, we need to set three config, so we can get path intellisense and code navigator, like this [webpack-alias](https://webpack.js.org/configuration/resolve/#resolvealias) [vscode-jsconfig](https://code.visualstudio.com/docs/languages/jsconfig#_using-webpack-aliases) [path-intellisense](https://marketplace.visualstudio.com/itemdetails?itemName=christian-kohler.path-intellisense)  is there...