3.0.1 • Published 2 years ago

customize-cra-extra v3.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

customize-cra-extra

This project provides a set of utilities to customize create-react-app versions 4 or 5 configurations

Usage

Note: See the api docs for documentation for each function.

ChangeLog

3.0.1

  • feat: 升级react-scripts@5.0.1

3.0.0

  • 1、feat: 兼容react-scripts@5.0.1-next.58 版本。
  • 2、feat: 使用lerna + yarn workspaces 管理多包发布。
  • 3、feat: 增加mergeWebpackResolveFallback 方法。
  • 4、fix: 修复build命令错误引用publicPath的问题。
  • 5、feat: DeprecationWarning: 'https' option is deprecated. Please use the 'server' option.
  • 6、fix: addMultipleEntries 方法参数恢复 1.x 版本
  • 7、feat: html-webpack-plugin 变更默认的 scriptLoadingblocking.
  • 8、fix: webpack-inject-plugin 升级 webpack5 去掉entryName 属性。