Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Last active May 18, 2017 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebrianemory/987eb5809586352e3b5433be09956c77 to your computer and use it in GitHub Desktop.
Save thebrianemory/987eb5809586352e3b5433be09956c77 to your computer and use it in GitHub Desktop.
exports.config = {
... // Code removed for readability
// Configure your plugins
plugins: {
babel: {
// Do not use ES6 compiler in vendor code
ignore: [/web\/static\/vendor/]
},
sass: {
options: {
includePaths: [
'node_modules/foundation-sites/scss',
]
}
}
},
... // Code removed for readability
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment