Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 899 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 899 Bytes

craco plugins

This is a small collection of well-crafted craco plugins which we use internally to customize our create react app setup.

Plugins

babel-include

This plugin allows the import of non transpiled files outside of the src folder. Especially useful in a Typescript monorepo setup where you have shared components.

npm i --save-dev @dealmore/craco-plugin-babel-include   # npm or
yarn add -D @dealmore/craco-plugin-babel-include        # yarn

Usage & configuration: Readme

linaria

Use linaria 2+ together with create react app.

npm i --save-dev @dealmore/craco-plugin-linaria  # npm or
yarn add -D @dealmore/craco-plugin-linaria       # yarn

Usage & configuration: Readme

License

Apache-2.0 - see LICENSE for details.