Gitlab CI & cambio de dist a public

This commit is contained in:
2023-01-11 13:29:58 +01:00
parent d0814f1176
commit ce48e0c94b
3 changed files with 3327 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ module.exports = (env, argv) => {
// Your build destination
output: {
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'public'),
filename: 'bundle.js'
},