This is an implementation of the feature requested in #8, similar to what rollup-plugin-sass provides. Intended use case is integration with PostCSS. The main difference from using a custom output function is that with processor function I can reuse this plugin's bundle filename deducing and size reporting (so processing and file writing concerns are separated).
This is an implementation of the feature requested in #8, similar to what rollup-plugin-sass provides. Intended use case is integration with PostCSS. The main difference from using a custom
output
function is that withprocessor
function I can reuse this plugin's bundle filename deducing and size reporting (so processing and file writing concerns are separated).