Skip to content

Instantly share code, notes, and snippets.

@albertfdp
Created October 22, 2016 17:05
Show Gist options
  • Save albertfdp/efcfed30686a3fcdc2fc3d4d870dc79d to your computer and use it in GitHub Desktop.
Save albertfdp/efcfed30686a3fcdc2fc3d4d870dc79d to your computer and use it in GitHub Desktop.
module.exports = {
entry: './src/index.js',
output: {
path: './build',
filename: 'bundle.js'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment