From c6bfd96fc5f12d677365836185f8f67802ba89eb Mon Sep 17 00:00:00 2001 From: Harel M Date: Sun, 17 Dec 2023 00:50:53 +0200 Subject: [PATCH] Update config/webpack.production.config.js Co-authored-by: Yuri Astrakhan --- config/webpack.production.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index 19602973..9811103d 100644 --- a/config/webpack.production.config.js +++ b/config/webpack.production.config.js @@ -13,7 +13,7 @@ module.exports = { app: './src/index.jsx', }, output: { - path: path.join(__dirname, '..', 'build' , 'build'), + path: path.join(__dirname, '..', 'build', 'build'), filename: '[name].[contenthash].js', chunkFilename: '[contenthash].js' },