Skip to content

Commit

Permalink
use source-map-support in development
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 11, 2017
1 parent 8e7cbe0 commit 483dc69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -72,6 +72,7 @@
"rollup-watch": "^4.3.1",
"sander": "^0.6.0",
"source-map": "^0.5.6",
"source-map-support": "^0.4.15",
"sourcemap-codec": "^1.3.0",
"uglify-js": "^3.0.19"
},
Expand Down
2 changes: 2 additions & 0 deletions test/test.js
@@ -1,3 +1,5 @@
require('source-map-support').install();

describe('rollup', function() {
this.timeout(10000);

Expand Down

0 comments on commit 483dc69

Please sign in to comment.