J

Results 3 issues of 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)...

feat: css
feat: library mode
p2-to-be-discussed :cake:

webpack-dev-server 开发时报错 ![image](https://user-images.githubusercontent.com/23187848/59506663-67162f80-8edb-11e9-9499-9a1915ec3f12.png) ![image](https://user-images.githubusercontent.com/23187848/59508120-726b5a00-8edf-11e9-89c4-255ef12e34aa.png)

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) ![image](https://user-images.githubusercontent.com/23187848/55849001-a180ea80-5b81-11e9-9b09-69f28910ca44.png) is there...