Issue with dev-tools style editing in Nuxt.js Issue with dev-tools style editing in Nuxt.js vue.js vue.js

Issue with dev-tools style editing in Nuxt.js


on nuxt.config.js file, disable the sourceMaps for scss files with the loader property

export default {  // ...  build: {    loaders: {      scss: { sourceMap: false },    },  },  // ...}

see in ~> nuxtjs.org/api/configuration-build/#loaders