[ci skip] oops, no sourcemaps in rollup for debug

This commit is contained in:
Daniel Freedman
2017-03-03 12:15:15 -08:00
parent 5638cadce1
commit 2ea199715a

View File

@@ -31,8 +31,7 @@ function debugify(sourceName, fileName, needsContext) {
const options = {
entry: `./entrypoints/${sourceName}-index.js`,
format: 'iife',
moduleName: 'webcomponentsjs',
sourceMap: true
moduleName: 'webcomponentsjs'
};
// The es6-promise polyfill needs to set the correct context.