react18 + redux + typescript + antd5 + webpack5 + less + css module + eslint
- 本分支使用
react18+antd5
,,如需使用react16+antd3,需手动切到分支release/react16+antd3
- ts loader可选方式有esbuild,babel和swc,默认使用esbuild构建,如需更换,请修改
webpack\common.ts
- 本脚手架支持使用webpack5和vite4,默认使用webpack打包,如需使用vite,运行
npm run vite
npm install
npm start