vue-meteor
vue-meteor copied to clipboard
Browser warning when using scss
When using <style lang="scss">
the browser is issuing the following warning:
DevTools failed to parse SourceMap: http://localhost:3000/Home.vue.css.map
It happens only for this pre-processors - the others don't lead to a warning.
The same warning appears with <style lang="sass">
.
This was initially coupled with a weird bug, whereby the styles were only applied once the cursor was moved in the browser window.
Interestingly enough the error and bug disappear when running meteor withmeteor --production
.
Almost two years since last comment... Did either of you end up figuring it out? I seem to bump against exactly the same issue
same : (