Skip to content

Instantly share code, notes, and snippets.

@j-hannes
Last active May 21, 2016 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-hannes/9424b83684a398d71ffd70504d4c1578 to your computer and use it in GitHub Desktop.
Save j-hannes/9424b83684a398d71ffd70504d4c1578 to your computer and use it in GitHub Desktop.
for redux counter
module.exports = {
entry: './app.js',
output: {
path: './',
filename: 'bundle.js'
},
module: {
loaders: [
{
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel'
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment