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.
npm i @compiled/parcel-transformer-external
Detailed docs and example usage can be found on the documentation website.