Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Formatting.
  • Loading branch information
stephensprinkle committed Oct 10, 2017
1 parent 2363995 commit 1df775c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// NOTE -- Commented out to avoid cross origin error produced when running again webpack
// More research is necessary to resolve, as it may simply be a configuration issue.
// Repro Steps: Checkout augur `new-contracts` branch + run `yarn dev` to start the dev server.
// When accessing within a browser, attempts to get files via XHR produces cross origin errors due the proto being `webpack-internal`
// NOTE --
// Commented out to avoid cross origin error produced when running again webpack
// More research is necessary to resolve, as it may simply be a configuration issue.
// Repro Steps: Checkout augur `new-contracts` branch + run `yarn dev` to start the dev server.
// When accessing within a browser, attempts to get files via XHR produces cross origin errors due the proto being `webpack-internal`
// import * as sourceMapSupport from "source-map-support";
// sourceMapSupport.install();

Expand Down

0 comments on commit 1df775c

Please sign in to comment.