v0.9.6, fix an errore in webpack

This commit is contained in:
Matteo Manzinello
2020-07-07 17:49:54 +02:00
parent 709af1e08d
commit 1d52fe92c3
5 changed files with 88 additions and 121 deletions

View File

@@ -53,7 +53,7 @@ module.exports = [
},
},
{
mode: "development",
mode: "production",
target: "node",
devtool: "source-map",
entry: "./mailgo.lib.ts",