0.1.0 • Published 1 year ago

@compiled/parcel-transformer-external v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@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.

0.1.0

1 year ago