go on with typescript and ssr

This commit is contained in:
Matteo Manzinello
2020-04-24 22:03:26 +02:00
parent 176fadd60a
commit 50b3a5ff2e
6 changed files with 35 additions and 36 deletions

View File

@@ -3,9 +3,9 @@ const path = require("path");
module.exports = [
{
mode: "production",
entry: "./dist/mailgo.min.js",
entry: "./src/mailgo.script.js",
output: {
filename: "mailgo.js",
filename: "./dist/mailgo.min.js",
path: path.resolve(__dirname),
library: "mailgo",
libraryTarget: "umd",