Убрал лишнее

This commit is contained in:
Book Pauk
2022-10-07 19:25:58 +07:00
parent 4817123599
commit 3009d99510
2 changed files with 1 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ const clientDir = path.resolve(__dirname, '../client');
module.exports = merge(baseWpConfig, {
mode: 'production',
output: {
path: `${publicDir}/app_new`,
path: `${publicDir}/app`,
filename: 'bundle.[contenthash].js',
clean: true
},