Поправки для деплоя

This commit is contained in:
Book Pauk
2019-02-11 18:04:11 +07:00
parent a9fff6b6de
commit 7e3020ce2f
2 changed files with 8 additions and 1 deletions

View File

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