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

Rollup requires to set options = { input, output ... }

Open brandousov opened this issue 4 years ago • 1 comments

(!) 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, shimMissingExports, strictDeprecations, treeshake, watch rollup v2.12.0 for default config:

export default {
  entry: ...,
  dest: ...,
  plugins: [... ]
}

brandousov avatar Jun 01 '20 21:06 brandousov

PR welcome to fix the readme!

thgh avatar Jun 02 '20 09:06 thgh