From b848413de9859007f22196231cf311969c54e6c7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 9 Jun 2016 16:45:48 -0400 Subject: [PATCH] doh --- bin/src/runRollup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/src/runRollup.js b/bin/src/runRollup.js index aeff331..c724b55 100644 --- a/bin/src/runRollup.js +++ b/bin/src/runRollup.js @@ -1,7 +1,7 @@ import { resolve } from 'path'; import relative from 'require-relative'; import handleError from './handleError'; -import SOURCEMAPPING_URL from './sourceMappingURL.js'; +import SOURCEMAPPING_URL from './sourceMappingUrl.js'; const rollup = require( '../dist/rollup.js' ); // TODO make this an import, somehow