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' },