testToMaster hotFix #2457

Merged
alexm merged 7 commits from test into master 2024-05-15 10:26:14 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit dcc943e82d - Show all commits

1
Jenkinsfile vendored
View File

@ -161,7 +161,6 @@ pipeline {
def packageJson = readJSON file: 'package.json'
env.VERSION = packageJson.version
}
echo "BRANCH_NAME: ${env.BRANCH_NAME}"
sh 'gulp build'
sh 'docker-compose build front'
}

View File

@ -70,6 +70,7 @@ let baseConfig = {
]
},
optimization: {
nodeEnv: false,
runtimeChunk: true,
splitChunks: {
chunks: 'all',