@compiled/parcel-transformer-external
v0.1.0
Published
A familiar and performant compile time CSS-in-JS library for React.
Downloads
65
Keywords
Readme
@compiled/parcel-transformer-external
Parcel plugin for Compiled which collects extracted styles from node_modules. This is required when @compiled/babel-plugin-strip-runtime
is configured with extractStylesToDirectory
which generates code like the following:
require('./index.compiled.css');
See the @compiled/babel-plugin-strip-runtime docs for more details.
Installation
npm i @compiled/parcel-transformer-external
Usage
Detailed docs and example usage can be found on the documentation website.