This is a small collection of well-crafted craco plugins which we use internally to customize our create react app setup.
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
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
Apache-2.0 - see LICENSE for details.