Last active
February 13, 2018 03:49
-
-
Save satishgowda28/a171107941e1841c0921ef5a3b1cb28c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
module.exports = { | |
entry:{ | |
pageOne: './src/pageOne/index.js', | |
pageTwo: './src/pageTwo/index.js', | |
pageThree: './src/pageThree/index.js' | |
}, | |
output: { | |
path: __dirname + "/dist", | |
filename: "styfi.bundle.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment