Skip to content

Instantly share code, notes, and snippets.

@gauravtiwari
Created July 2, 2016 16:52
Show Gist options
  • Save gauravtiwari/85042af1926fb8ca83dd1d2459eed8cd to your computer and use it in GitHub Desktop.
Save gauravtiwari/85042af1926fb8ca83dd1d2459eed8cd to your computer and use it in GitHub Desktop.
var config = require('./config.js');
// Main output directory and file for bundled js
config.output = {
path: './dist',
filename: 'bundle.js'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment