Skip to content

Instantly share code, notes, and snippets.

@iddan
Created July 20, 2016 18:38
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 iddan/feb5eb9e8558174334dd34e76b25338a to your computer and use it in GitHub Desktop.
Save iddan/feb5eb9e8558174334dd34e76b25338a to your computer and use it in GitHub Desktop.
module.exports = {
entry: './index.js',
module: {
loaders: [
{
test: /.js$/,
loader: 'babel'
}
]
},
output: {
path: '.',
filename: 'b_index.js'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment