- Upgrade the webpack version from 4 to 5;
- Add loaders of style, include
style-loader,css-loader,postcss-loaderandsass-loader; - Split the config for variant environments. You can find
webpack.common.js,webpack.dev.jsandwebpack.prod.jsfrom the folder./conf. You can just modify them.
- Use
webpack-chainto rewrite thewebpack.config.js; - Install
@solidjs/router;
- add
eslint,stylelint,prettierand gave really basic configs
- Add
stylelintconfig to.vscode/settings.json
- Add favicon
- Add
css modulesupport
- Upgrade
prettierto3.0 - Add
eslint-plugin-solid
- Change package manager from
npmtopnpm
- add
url-resolve-loaderto resolve theurl()error inscss