Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created December 11, 2016 02:17
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 ryanve/8e991fe70a16b5b5b1782309efe00f93 to your computer and use it in GitHub Desktop.
Save ryanve/8e991fe70a16b5b5b1782309efe00f93 to your computer and use it in GitHub Desktop.
webpack config example with externals
module.exports = {
entry: './index.js',
output: {
filename: 'bundle.js'
},
externals: {
dns: '{}'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment