Skip to content

Instantly share code, notes, and snippets.

@cramhead
Last active April 3, 2018 00:09
Show Gist options
  • Save cramhead/c2b4f0488bd1045f5bc06d06cb536ef6 to your computer and use it in GitHub Desktop.
Save cramhead/c2b4f0488bd1045f5bc06d06cb536ef6 to your computer and use it in GitHub Desktop.
const nodeExternals = require('webpack-node-externals')
module.exports = {
target: 'node',
externals: [nodeExternals()]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment