Created
July 2, 2016 16:49
-
-
Save gauravtiwari/a38de97899778460029fdd3b458a326c 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
/* | |
Split webpack config into multiple files | |
*/ | |
var requireDir = require('require-dir'); | |
// Require the webpack.config directory | |
var configs = requireDir('./webpack.configs'); | |
// Lets export the config | |
module.exports = configs.config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment