3.14.6 • Published 3 years ago

craco-config-flex-plugin v3.14.6

Weekly downloads
1,093
License
MIT
Repository
github
Last release
3 years ago

Version Download License

CRACO Config Flex Plugin

CRACO is an easy and comprehensible configuration layer for create-react-app. It allows you to configure things like eslint, babel, and webpack, without using eject.

Installation

craco-config-flex-plugin dependency is automatically added to your package.json when you create a new plugin with create-flex-plugin.

Usage

To add custom jest or webpack configuration, you can provide jest.config.js and webpack.config.js. If these files exist in the root directory, then your configuration is merged into the default configuration; e.g. merge(defaultConfig, yourConfig).

For more control over the configuration, you can edit the craco.config.js. You will need to use craco.config.js if you need to append changes to the configuration, as opposed to replacing a key completely. For example, to append a new webpack plugin, use config.plugins.push(newPlugin) within your craco.config.js file. Please visit craco documentation for more information.

Contributing

Make sure to follow the instructions in the main repository to set up the project.

# Install dependencies and link-local packages with each other
cd packages/craco-config-flex-plugin
npx lerna bootstrap

# Run tests
npm test

# To use your local package in a different project
npm link
# then in a different project
npm link craco-config-flex-plugin

Contributors

Thank you to all the lovely contributors to this project. Please check the main repository to see all contributors.

License

MIT

3.14.6

3 years ago

3.14.5

3 years ago

3.14.2

4 years ago

3.14.1

4 years ago

3.14.0

4 years ago

3.13.7

4 years ago

3.13.6

4 years ago

3.13.5

4 years ago

3.13.4

4 years ago

3.13.3

4 years ago

3.13.2

4 years ago

3.13.0

4 years ago

3.12.0

4 years ago

3.10.1

4 years ago

3.10.0

4 years ago

3.9.0

4 years ago

3.8.0

4 years ago

4.0.4-alpha.0

4 years ago

3.6.2

4 years ago

4.0.3-alpha.0

4 years ago

3.6.1

4 years ago

3.6.0

4 years ago

4.0.2-alpha.0

4 years ago

3.5.0

4 years ago

3.4.3

4 years ago

3.4.2

4 years ago

3.3.7

4 years ago

3.3.6

4 years ago

3.3.4

4 years ago

3.3.3

4 years ago

3.0.6

5 years ago

3.0.4

5 years ago

3.0.0

5 years ago

3.15.0-beta.0

5 years ago

3.14.0-beta.0

5 years ago

3.13.0-beta.0

5 years ago

3.12.0-beta.0

5 years ago

3.11.1-beta.0

5 years ago

3.11.0-beta.0

5 years ago

3.10.0-beta.0

5 years ago

3.8.0-beta.0

5 years ago

3.7.0-beta.0

5 years ago

3.6.2-beta.0

5 years ago

3.6.1-beta.0

5 years ago

3.6.0-beta.0

5 years ago

3.5.0-beta.0

5 years ago

3.3.0-beta.0

5 years ago

3.2.0-alpha.0

5 years ago

3.1.3-alpha.0

5 years ago

2.9.1

5 years ago

3.0.12-alpha.0

5 years ago

3.0.8-alpha.0

5 years ago

2.9.0

5 years ago

3.0.1-alpha.0

5 years ago

3.0.0-alpha.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

2.0.0-beta.1

5 years ago