Craco Versions Save

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

v7.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dilanx/craco/compare/v7.0.0...v7.1.0

v7.0.0

1 year ago

CRACO now supports Create React App 5.

The new documentation is live at https://craco.js.org.

v7.0.0-alpha.9

1 year ago
  • Fixed peer dependency issues with cosmiconfig-typescript-loader. #447
  • Fixed an issue where devServer environment variables wouldn't be set. #456

v7.0.0-alpha.8

1 year ago

v6.4.5

1 year ago
  • Reverted to v6.4.3. #425

v7.0.0-alpha.7

1 year ago
  • Fixed babel config issues. #433

v6.4.4

1 year ago
  • Fixed undefined properties error in tests. #425 #432

v7.0.0-alpha.6

1 year ago
  • Utility functions have been added for webpack 5's asset modules. #387

    assetModuleByName(), getAssetModule(), getAssetModules(), removeAssetModules(), addBeforeAssetModule(), addBeforeAssetModules(), addAfterAssetModule(), addAfterAssetModules()

    We're planning on reworking the documentation, so these functions will not be added to the existing README docs. The new documentation will be available with the release of v7.0.0.

v7.0.0-alpha.5

1 year ago
  • The package was rewritten in TypeScript (now has built-in TypeScript declarations).