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
VS Code has the web environment vcode.dev. However, this extension doesn't currently support it due to the underlying dependencies on node modules like fs, path, utils, etc.
Proposal
Add browser support. I hope this doesn't take too much work by switched to sass-embedded
TODO
Check if there are extra requirements
Stop using native "node" modules/references (like path and fs)
Switch from sass-embedded.compileAsync to sass-embedded.compileStringAsync
Issue
VS Code has the web environment vcode.dev. However, this extension doesn't currently support it due to the underlying dependencies on node modules like fs, path, utils, etc.
Proposal
Add browser support. I hope this doesn't take too much work by switched to
sass-embedded
TODO
sass-embedded.compileAsync
tosass-embedded.compileStringAsync
browser
location to thepackage.json
Depends on
sass-embedded
#327The text was updated successfully, but these errors were encountered: