Merge pull request #1205 from jtracey/patch-1

Update webpack.config.js
This commit is contained in:
Lorenz Hübschle-Schneider 2022-02-01 20:51:53 +01:00 committed by GitHub
commit f726efdc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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