module in package, v0.6.1

This commit is contained in:
Matteo Manzinello
2019-05-28 19:20:39 +02:00
parent fcc6172243
commit 371a3b3879
5 changed files with 8 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ module.exports = {
entry: "./dist/mailgo.min.js",
output: {
filename: "mailgo.js",
path: path.resolve(__dirname)
path: path.resolve(__dirname),
library: "mailgo",
libraryTarget: "umd"
}
};