thgh / rollup-plugin-css-only

Rollup plugin that bundles imported css
MIT License
116 stars 27 forks source link

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

Open brandousov opened 4 years ago

brandousov commented 4 years ago

(!) 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: [... ]
}
thgh commented 4 years ago

PR welcome to fix the readme!