customize-cra icon indicating copy to clipboard operation
customize-cra copied to clipboard

Override webpack configurations for create-react-app 2.0

Results 111 customize-cra issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.1.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

As part of our `1.0` release, we need to support `css-loader@^3.0.0` which was added to `create-react-app` in [#7876](https://github.com/facebook/create-react-app/pull/7876). Across various issues (#231, #242, #243), the new `css-loader` configuration format (a...

🧨 breaking change

* customize-cra version: 1.0.0 * create-react-app version: 5.0.0 There wil be a critical error when using `addLessLoader`. ``` Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): ValidationError: Invalid options object. PostCSS Loader has...

Is this project unmaintained? anybody here?

I tested several versions of `react-scripts` and found that `addPostcssPlugins` doesn't work when `react-scripts`'s version higher than or equal to `5.0.0` `config-overrides.js`: ``` const { override, addWebpackAlias, addPostcssPlugins, addLessLoader, }...

Hi, Thank you for your awesome work. I'm using this module to customize my react build. When I tried to add another entry point to the config, the React page...

Webpack supports "auto" value for publicPath. Can this package support it too? Would be excelent. Thanks for all your work!

I am trying to add a babel plugin to the jest configuration for my cra app. My config-overrides file is exporting the advanced syntax: ``` module.exports = { jest: (config)...

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies