Skip to content

Instantly share code, notes, and snippets.

@danderson00
Created June 14, 2017 19:00
Show Gist options
  • Save danderson00/0528ca9d892e6b589d157fdab8106900 to your computer and use it in GitHub Desktop.
Save danderson00/0528ca9d892e6b589d157fdab8106900 to your computer and use it in GitHub Desktop.
module.exports = {
entry: {
app: [/* app entry point here */],
worker: require.resolve('../src/worker')
},
output: {
filename: 'static/js/[name].bundle.js',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment