Skip to content

Instantly share code, notes, and snippets.

@AjayPoshak
Last active July 14, 2018 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AjayPoshak/7c4201289de1ca39c5d4d3ca7fd79e13 to your computer and use it in GitHub Desktop.
Save AjayPoshak/7c4201289de1ca39c5d4d3ca7fd79e13 to your computer and use it in GitHub Desktop.
...
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