Update config/webpack.production.config.js

Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
This commit is contained in:
Harel M
2023-12-17 00:50:53 +02:00
committed by GitHub
parent 2f62c209ea
commit c6bfd96fc5
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = {
app: './src/index.jsx', app: './src/index.jsx',
}, },
output: { output: {
path: path.join(__dirname, '..', 'build' , 'build'), path: path.join(__dirname, '..', 'build', 'build'),
filename: '[name].[contenthash].js', filename: '[name].[contenthash].js',
chunkFilename: '[contenthash].js' chunkFilename: '[contenthash].js'
}, },