Skip to content

Instantly share code, notes, and snippets.

@foxbunny
Created November 10, 2016 12:52
Show Gist options
  • Save foxbunny/1762ed6f61d753a6a31612b61768db73 to your computer and use it in GitHub Desktop.
Save foxbunny/1762ed6f61d753a6a31612b61768db73 to your computer and use it in GitHub Desktop.
module.exports = {
entry: './src/index.js',
output: {
path: './pub/static',
publicPath: '/static/',
filename: 'bundle.js',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment