Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Created August 14, 2019 09:44
Show Gist options
  • Select an option

  • Save Manyaka/1858f6765ee7d9289dbfb6e89860d57a to your computer and use it in GitHub Desktop.

Select an option

Save Manyaka/1858f6765ee7d9289dbfb6e89860d57a to your computer and use it in GitHub Desktop.
vue.config.js
module.exports = {
css: {
modules: true,
sourceMap: true,
loaderOptions: {
sass: {
data: `@import "@/assets/css/libs/variables.scss";`
}
}
},
productionSourceMap: false,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment