working on typescript

This commit is contained in:
Matteo Manzinello
2020-04-24 18:01:25 +02:00
parent 1606a2b30a
commit 5058578a7a
9 changed files with 1642 additions and 20 deletions

View File

@@ -11,14 +11,4 @@ module.exports = [
libraryTarget: "umd",
},
},
{
mode: "production",
entry: "./dist/mailgo.min.js",
output: {
filename: "./dist/mailgo.min.js",
path: path.resolve(__dirname),
library: "mailgo",
libraryTarget: "umd",
},
},
];