Skip to content

Instantly share code, notes, and snippets.

@asonge
Forked from cutecycle/brunch-config.js
Last active June 17, 2017 03:57
Show Gist options
  • Save asonge/913705b44f101a8316642772910cc443 to your computer and use it in GitHub Desktop.
Save asonge/913705b44f101a8316642772910cc443 to your computer and use it in GitHub Desktop.
// See http://brunch.io for documentation.
exports.files = {
javascripts: {
entryPoints: {
'game.js': 'brunchtest.js'
}
},
};
exports.paths = {
public: 'public',
watched: 'game.js'
}
exports.plugins = {
babel: {presets: ['latest']}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment