Skip to content

Instantly share code, notes, and snippets.

@satishgowda28
Last active February 13, 2018 03:49
Show Gist options
  • Save satishgowda28/a171107941e1841c0921ef5a3b1cb28c to your computer and use it in GitHub Desktop.
Save satishgowda28/a171107941e1841c0921ef5a3b1cb28c to your computer and use it in GitHub Desktop.
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