mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
[ci skip] oops, no sourcemaps in rollup for debug
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user