Webpack config tweak

This commit is contained in:
2021-08-16 07:44:29 +10:00
parent c766c43223
commit 22e6286e0a
+1
View File
@@ -15,6 +15,7 @@ module.exports = ({ production, analyzer }) => {
entry: path.resolve(__dirname, 'client', 'client.jsx'),
output: {
path: path.resolve(__dirname, 'public'),
publicPath: '/',
filename: '[name].[chunkhash].js',
sourceMapFilename: '[name].[chunkhash].js.map'
},