Created
July 2, 2016 16:52
-
-
Save gauravtiwari/85042af1926fb8ca83dd1d2459eed8cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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