Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Show CSS/SCSS Compile Errors #226

Closed
bobmcallan opened this issue Aug 16, 2018 · 0 comments
Closed

Show CSS/SCSS Compile Errors #226

bobmcallan opened this issue Aug 16, 2018 · 0 comments

Comments

@bobmcallan
Copy link

bobmcallan commented Aug 16, 2018

Our preference is to extract CSS/SCSS to separate file, and also stop the build process on internal rollup-plugin-vue CSS/SCSS compiler errors.

Current
{css: true} will show errors e.g. $variable missing
{css: false} will not show errors, and 3rd party tools may (/not) pick up the errors.

Request
1/ Option to compile CSS/SCSS, however not output.
or
2/ Provide output option - similar to alternate rollup tools (rollup-plugin-scss).
output: function (styles, styleNodes) { ..... }

Bob

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant