Skip to content

Commit

Permalink
fix: reenable sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Feb 3, 2018
1 parent 9d3e43a commit a5dfff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/templates/bundle-open.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//try { require('source-map-support').install(); } catch (e) {}
try { require('source-map-support').install(); } catch (e) {}

const Loader = require('@denali-js/loader').default;

Expand Down
2 changes: 1 addition & 1 deletion lib/templates/unit-test-open.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//try { require('source-map-support').install(); } catch (e) {}
try { require('source-map-support').install(); } catch (e) {}
global.unitTestBundleContainer = require('<%= bundlePath %>')();
(function unitTestWrapper(require) {

0 comments on commit a5dfff6

Please sign in to comment.