Skip to content

Commit

Permalink
fix: source map include local path
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 3, 2018
1 parent 1b52772 commit a8acb01
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/context/tsconfig.json
Expand Up @@ -12,7 +12,6 @@
"declaration": true,
"outDir": "dist",
"lib": ["es2017", "dom"],
"sourceRoot": "src",
"sourceMap": true
},
"exclude": [
Expand Down
1 change: 0 additions & 1 deletion packages/midway-core/tsconfig.json
Expand Up @@ -11,7 +11,6 @@
"declaration": true,
"outDir": "dist",
"lib": ["es2017", "dom"],
"sourceRoot": "src",
"sourceMap": true
},
"exclude": [
Expand Down
1 change: 0 additions & 1 deletion packages/midway-mock/tsconfig.json
Expand Up @@ -11,7 +11,6 @@
"declaration": true,
"outDir": "dist",
"lib": ["es2017", "dom"],
"sourceRoot": "src",
"sourceMap": true
},
"exclude": [
Expand Down
1 change: 0 additions & 1 deletion packages/midway-web/tsconfig.json
Expand Up @@ -11,7 +11,6 @@
"declaration": true,
"outDir": "dist",
"lib": ["es2017", "dom"],
"sourceRoot": "src",
"sourceMap": true
},
"exclude": [
Expand Down
1 change: 0 additions & 1 deletion packages/midway/tsconfig.json
Expand Up @@ -14,7 +14,6 @@
"es2017",
"dom"
],
"sourceRoot": "src",
"sourceMap": true
},
"exclude": [
Expand Down

0 comments on commit a8acb01

Please sign in to comment.