vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
342 stars 52 forks source link

PostCSS dependency type #94

Open kytta opened 4 years ago

kytta commented 4 years ago

When building a project using rollup-plugin-vue, Yarn 2 will throw an error about postcss not being provided, as it is a peerDependency.

Error message

Since this is not a PostCSS plugin, shouldn't it be listed in optionalDependencies as an optional feature alongside Sass, Pug, and others?