fix a bug with mailgoConfig

This commit is contained in:
Matteo Manzinello
2020-06-18 19:04:16 +02:00
parent 1dae8d7486
commit 6295f685a0
6 changed files with 187 additions and 12 deletions

View File

@@ -41,6 +41,9 @@ module.exports = [
},
output: {
filename: "mailgo.main.js",
library: "mailgo",
libraryTarget: "commonjs2",
auxiliaryComment: "mailgo",
path: path.resolve(__dirname),
},
},