Fix build

This commit is contained in:
HarelM
2023-12-16 20:58:12 +02:00
parent 5c7d6f2b1d
commit 5d8041f55c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = {
app: './src/index.jsx',
},
output: {
path: "./build/build/",
path: path.join(__dirname, '..', 'build' , 'build'),
filename: '[name].[contenthash].js',
chunkFilename: '[contenthash].js'
},