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