Last active
July 14, 2018 14:35
-
-
Save AjayPoshak/7c4201289de1ca39c5d4d3ca7fd79e13 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
... | |
devtool: '', // Removed dev-tools mapping | |
entry: './client/index.js', | |
output: { | |
filename: '[name].bundle.js', | |
path: path.resolve(__dirname, 'build/client'), | |
publicPath: 'build/client' | |
}, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment