Skip to content

Commit

Permalink
remove source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 11, 2017
1 parent aa2b54b commit e8da9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions bin/src/run/index.js
Expand Up @@ -11,9 +11,6 @@ import sequence from '../utils/sequence.js';
import build from './build.js';
import watch from './watch.js';

import { install as installSourcemapSupport } from 'source-map-support';
installSourcemapSupport();

export default function runRollup ( command ) {
if ( command._.length > 1 ) {
handleError({
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -72,14 +72,13 @@
"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"
},
"dependencies": {},
"files": [
"dist",
"bin/rollup",
"README.md"
]
],
"dependencies": {}
}

0 comments on commit e8da9f5

Please sign in to comment.