Skip to content

Instantly share code, notes, and snippets.

@timse
Created May 16, 2017 13:44
Show Gist options
  • Save timse/57293f1609987de685cd3ccdd21e9ba1 to your computer and use it in GitHub Desktop.
Save timse/57293f1609987de685cd3ccdd21e9ba1 to your computer and use it in GitHub Desktop.
// webpack.config.js
// ...
entry: {
main: './src/foo',
other: './src/foo-two',
vendor: ['preact']
},
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment