build: get rid of intermediary "build" folder -> use "dist" directly

This commit is contained in:
Panagiotis Papadopoulos
2025-03-03 08:40:43 +01:00
committed by Panagiotis Papadopoulos
parent 3032156b45
commit 5e289ea12d
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ const config: Configuration = {
},
output: {
publicPath: `${assetPath}/app-dist/`,
path: path.resolve(rootDir, "build/src/public/app-dist"),
path: path.resolve(rootDir, "dist/src/public/app-dist"),
filename: "[name].js"
},
plugins: [