changed output directory

include generated file as well
master
Sascha Nitsch 2024-07-10 14:24:28 +02:00
parent d6aeabcc22
commit 2b7f9f3fa1
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@ module.exports = {
extensions: ['.tsx', '.ts', '.js'],
},
output: {
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'public'),
filename: 'presentationmaker.js',
libraryTarget: 'global',
},