rollup-plugin-css-only
rollup-plugin-css-only copied to clipboard
Rollup plugin that bundles imported css
(!) You have passed an unrecognized option Unknown input options: entry, dest. Allowed options: acorn, acornInjectPlugins, cache, context, experimentalCacheExpiry, external, inlineDynamicImports, input, manualChunks, moduleContext, onwarn, perf, plugins, preserveEntrySignatures, preserveModules, preserveSymlinks,...
It generates entries like this in the css file: ``` /*# sourceMappingURL=Navigation.vue.map */.modal-card-body[data-v-ccffbe84] { padding-top: 0; } ``` However, there are several problems: 1. `Navigation.vue.map` might be in a different...
Bumps [rollup](https://github.com/rollup/rollup) from 4.0.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...