Skip to content

Commit

Permalink
Merge pull request #1529 from rollup/gh-1528
Browse files Browse the repository at this point in the history
remove source-map-support
  • Loading branch information
Rich-Harris committed Aug 11, 2017
2 parents f9f389c + 5d651a7 commit 0d5669b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -72,14 +72,15 @@
"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",
"dist/rollup.browser.js",
"dist/rollup.es.js",
"dist/rollup.js",
"bin/rollup",
"README.md"
]
],
"dependencies": {}
}
1 change: 0 additions & 1 deletion rollup.config.cli.js
Expand Up @@ -25,7 +25,6 @@ export default {
'path',
'module',
'events',
'source-map-support',
'rollup'
],
paths: {
Expand Down

0 comments on commit 0d5669b

Please sign in to comment.