Skip to content

Instantly share code, notes, and snippets.

@gauravtiwari
Created July 2, 2016 16:55
Show Gist options
  • Save gauravtiwari/a91dfa9c06c4279b3000ca9ee136fbe8 to your computer and use it in GitHub Desktop.
Save gauravtiwari/a91dfa9c06c4279b3000ca9ee136fbe8 to your computer and use it in GitHub Desktop.
var config = require('./config.js');
// SourceMap generation
config.devtool = 'inline-source-map';
// Directory context
config.context = __dirname;
// Target environment
config.target = 'node';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment