Skip to content

Commit

Permalink
feat: libraries do not register source maps
Browse files Browse the repository at this point in the history
This forces applications to pick up source-map-support, which is not
always wanted, and may be causing them issues.
  • Loading branch information
FauxFaux committed Oct 4, 2020
1 parent dcd12b2 commit d8c6334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"lodash.isequal": "^4.5.0",
"object-hash": "^2.0.3",
"semver": "^6.0.0",
"source-map-support": "^0.5.19",
"tslib": "^1.13.0"
}
}
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'source-map-support/register';

export {
DepGraph,
DepGraphData,
Expand Down

0 comments on commit d8c6334

Please sign in to comment.