Got "DevTools failed to parse SourceMap: http://localhost:3000/Category.vue.css.map..." on Meteor + Vue of dev mode

I base on Meteor1.7 + Vue.
I got DevTools failed to parse SourceMap: http://localhost:3000/Category.vue.css.map of dev mode.
this is error or not???

1 Like

I fixed by removing style from vue compontent and moving styling into glocal scss files

1 Like

thanks for your reply :blush: