Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Loschcode/2a12889081f029ee58ae1bfa4ece29dc to your computer and use it in GitHub Desktop.
Save Loschcode/2a12889081f029ee58ae1bfa4ece29dc to your computer and use it in GitHub Desktop.
module.exports = {
paths: {
public: '../app/assets'
},
files: {
javascripts: {
joinTo: {
'javascripts/vendor.js': /^(?!app)/,
'javascripts/app.js': /^app/
}
},
stylesheets: {
joinTo: 'stylesheets/app.css'
}
},
plugins: {
babel: {presets: ['es2015']}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment