rollup-plugin-css-only icon indicating copy to clipboard operation
rollup-plugin-css-only copied to clipboard

Rollup plugin that bundles imported css

Results 12 rollup-plugin-css-only issues
Sort by recently updated
recently updated
newest added

(!) 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...