diff --git a/bin/runRollup.js b/bin/runRollup.js index 748ec1a..b417d88 100644 --- a/bin/runRollup.js +++ b/bin/runRollup.js @@ -41,7 +41,8 @@ function bundle ( options, method ) { dest: options.output, format: options.format, moduleId: options.id, - moduleName: options.name + moduleName: options.name, + sourceMap: options.sourcemap }; if ( options.output ) {