rollup-plugin-strip-code icon indicating copy to clipboard operation
rollup-plugin-strip-code copied to clipboard

A rollup plugin to remove parts of code based on regular expressions.

Results 2 rollup-plugin-strip-code issues
Sort by recently updated
recently updated
newest added

I tried to use this plugin with Vite to transform Vue files prior to passing to `@vitejs/plugin-vue`, but it appears to interfere with the production of sourcemaps. In the terminal...

I need start and end comment matching and pattern matching simultaneously, how should I do?