source maps

This commit is contained in:
Matteo Manzinello
2020-07-01 23:02:08 +02:00
parent 0acb9ac313
commit d32d170c41
7 changed files with 12 additions and 3 deletions

View File

@@ -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: {