// 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']} };