changed output directory
include generated file as well
This commit is contained in:
parent
d6aeabcc22
commit
2b7f9f3fa1
2 changed files with 2 additions and 1 deletions
1
public/presentationmaker.js
Normal file
1
public/presentationmaker.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue