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
Was running into some issues with node-sass, so wanted to switch to rollup-plugin-sass, but I actually made a mistake and did import sass from 'rollup-plugin-scss'; instead, however this worked and fixed my issue, without having to specify the compiler in the options. Only option is output: true.
How did this work? is this intended? Can I keep using the plugin this way?
The text was updated successfully, but these errors were encountered:
Was running into some issues with node-sass, so wanted to switch to rollup-plugin-sass, but I actually made a mistake and did
import sass from 'rollup-plugin-scss';
instead, however this worked and fixed my issue, without having to specify the compiler in the options. Only option isoutput: true
.How did this work? is this intended? Can I keep using the plugin this way?
The text was updated successfully, but these errors were encountered: