You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: