source maps
This commit is contained in:
Vendored
+2
-1
@@ -1019,4 +1019,5 @@ src_mailgo(mailgoConfig);
|
||||
|
||||
|
||||
/***/ })
|
||||
/******/ ]);
|
||||
/******/ ]);
|
||||
//# sourceMappingURL=mailgo.js.map
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+2
-1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
+2
-1
@@ -1024,4 +1024,5 @@ var mailgo = function mailgo(mailgoConfig) {
|
||||
|
||||
/***/ })
|
||||
/******/ ])["default"];
|
||||
});
|
||||
});
|
||||
//# sourceMappingURL=mailgo.js.map
|
||||
File diff suppressed because one or more lines are too long
@@ -17,6 +17,7 @@ module.exports = [
|
||||
{
|
||||
mode: "production",
|
||||
target: "web",
|
||||
devtool: "source-map",
|
||||
entry: "./mailgo.dist.ts",
|
||||
context: path.join(__dirname, "webpack"),
|
||||
module: {
|
||||
@@ -35,6 +36,7 @@ module.exports = [
|
||||
{
|
||||
mode: "production",
|
||||
target: "web",
|
||||
devtool: "source-map",
|
||||
entry: "./mailgo.dist.ts",
|
||||
context: path.join(__dirname, "webpack"),
|
||||
module: {
|
||||
@@ -56,6 +58,7 @@ module.exports = [
|
||||
{
|
||||
mode: "production",
|
||||
target: "node",
|
||||
devtool: "source-map",
|
||||
entry: "./mailgo.lib.ts",
|
||||
context: path.join(__dirname, "webpack"),
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user