where to call install with what

This commit is contained in:
Daniel Hübleitner
2019-08-27 22:20:33 +02:00
parent 1a0191f63d
commit ca378f111e
6 changed files with 63 additions and 2763 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = [{
optimization: {
minimize: false
},
entry: path.resolve(__dirname, 'Main.ts'),
entry: path.resolve(__dirname, 'Installer.ts'),
output: {
path: path.resolve(__dirname, '../../dist'),
filename: 'FrontblockAdmin.js',