Skip to content

Collection of craco plugins used for customizing create react app setup.

License

Notifications You must be signed in to change notification settings

dealmore/craco-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Collection of craco plugins used for customizing create react app setup.

Topics

Resources

License

Stars

Watchers

Forks