vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

Browser warning when using scss

Open AsafAgranat opened this issue 6 years ago • 3 comments

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.

AsafAgranat avatar Aug 13 '17 14:08 AsafAgranat

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.

danieldemmont avatar Sep 21 '17 11:09 danieldemmont

Almost two years since last comment... Did either of you end up figuring it out? I seem to bump against exactly the same issue

igal1c0de4n avatar May 18 '19 18:05 igal1c0de4n

same : (

welkinwong avatar Nov 12 '19 13:11 welkinwong