Something went wrong on our end
-
Frank Sauerburger authoredFrank Sauerburger authored
brunch-config.js 264 B
// See http://brunch.io for documentation.
exports.files = {
javascripts: {
joinTo: {
'vendor.js': /^(?!app)/,
'script.js': /^app/
}
},
stylesheets: {joinTo: 'style.css'}
};
exports.plugins = {
babel: {presets: ['latest', 'react']}
};