Skip to content

Instantly share code, notes, and snippets.

@yusukegoto
Created May 4, 2015 01:52
Show Gist options
  • Save yusukegoto/4edaa2f10b7e4ced6194 to your computer and use it in GitHub Desktop.
Save yusukegoto/4edaa2f10b7e4ced6194 to your computer and use it in GitHub Desktop.
module.exports = {
entry: './app.js',
output: {
path: 'dist',
filename: 'bundle.js'
},
resolve: {
root: ['./node_components', './js']
},
module: {
loaders: [
{loader: 'jsx-loader?harmony'}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment