This commit is contained in:
sebseb7
2025-08-25 06:28:02 +02:00
parent eef1e3a789
commit b6ee4b7a4e
2 changed files with 4 additions and 4 deletions

View File

@@ -9,10 +9,10 @@ module.exports = (env, argv) => {
entry: './src/index.js',
output: {
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, '../growheads_de/dist/3d/'),
filename: isProduction ? '[name].[contenthash].js' : '[name].js',
clean: true,
publicPath: '/'
publicPath: '/3d/'
},
module: {