Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stephensprinkle committed Oct 10, 2017
1 parent 58b7e5f commit 939ddc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as sourceMapSupport from "source-map-support";
sourceMapSupport.install();
// NOTE -- Commented out to avoid cross origin error when run via webpack
// import * as sourceMapSupport from "source-map-support";
// sourceMapSupport.install();

export { Block } from "./models/block";
export { Log } from "./models/log";
Expand Down

0 comments on commit 939ddc4

Please sign in to comment.