1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/brunch-config.js

19 lines
279 B
JavaScript

module.exports = {
files: {
javascripts: {
joinTo: {
'vendor.js': /^(?!app\/)/,
'app.js': /^app\//
}
},
stylesheets: {
joinTo: 'app.css'
}
},
plugins: {
babel: {
presets: ['es2015', 'es2016', 'react']
}
}
}