Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.14 KB

File metadata and controls

41 lines (23 loc) · 1.14 KB

Change Log

Upgraded at April 6th, 2023 (UTC + 8)

  • Upgrade the webpack version from 4 to 5;
  • Add loaders of style, include style-loader, css-loader, postcss-loader and sass-loader;
  • Split the config for variant environments. You can find webpack.common.js, webpack.dev.js and webpack.prod.js from the folder ./conf. You can just modify them.

Upgraded at April 20th, 2023 (UTC + 8)

  • Use webpack-chain to rewrite the webpack.config.js;
  • Install @solidjs/router;

Upgraded (I have forgot the time ...)

  • add eslint, stylelint, prettier and gave really basic configs

Upgraded at June 30th, 2023 (UTC + 8)

  • Add stylelint config to .vscode/settings.json

Upgraded at August 5th, 2023 (UTC + 8)

  • Add favicon

Upgraded at August 12th, 2023 (UTC + 8)

  • Add css module support

Upgraded at August 13th, 2023 (UTC + 8)

  • Upgrade prettier to 3.0
  • Add eslint-plugin-solid

Upgraded at August 14th, 2023 (UTC + 8)

  • Change package manager from npm to pnpm

Fixed at April 30th, 2024 (UTC + 8)

  • add url-resolve-loader to resolve the url() error in scss