Releases: wellyshen/react-cool-starter
Releases · wellyshen/react-cool-starter
v3.14.1
- Build: remove @babel/plugin-syntax-dynamic-import
- CI: support Node.js v15
- Upgrade: dependencies
v3.14.0
- Feat: use react-refresh instead of react-hot-loader.
- Chore: remove EnvironmentPlugin, use
__DEV__
to handle the environment in client. - Chore: remove pnp-webpack-plugin, webpack v5 builts-in it.
- Refactor: adjust webpack config for preparing to upgrade to v5.
- Refactor: move
hostname
andPORT
to config file. - Refactor: simplify the setup of loadable-components.
- Upgrade: css-loader from v4 to v5 and other dependencies.
v3.13.2
v3.13.1
v3.13.0
- Allow all react hooks eslint rules.
- Use prettier cli instead of eslint/stylelint integration. (see Script Commands).
v3.12.4
- Perf: reduce bundle size via @babel/plugin-transform-runtime.
- Fix: remove
--hide-modules
fromyarn build
. Usingstats: "minimal"
instead.