Merge pull request #1205 from jtracey/patch-1

Update webpack.config.js
master
Lorenz Hübschle-Schneider 3 years ago committed by GitHub
commit f726efdc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      webpack.config.js

@ -14,7 +14,9 @@ module.exports = {
path: path.resolve(__dirname, 'build'), path: path.resolve(__dirname, 'build'),
}, },
devServer: { devServer: {
contentBase: path.resolve(__dirname, 'build') static: {
directory: path.resolve(__dirname, 'build')
},
}, },
devtool: 'source-map', devtool: 'source-map',
plugins: [ plugins: [

Loading…
Cancel
Save