Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 8b80a6d

Browse files
authored
Merge pull request #858 from vlukashov/fix/source-maps-content
fix the issue with non-inspectable polyfills in dev tools
2 parents 97d3d6d + 54ed4e1 commit 8b80a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function closurify(sourceName, fileName) {
7575
};
7676

7777
return rollup(rollupOptions)
78-
.pipe(source(`${sourceName}-index.js`, 'entrypoints'))
78+
.pipe(source(`${sourceName}-bundle.js`))
7979
.pipe(buffer())
8080
.pipe(sourcemaps.init({loadMaps: true}))
8181
.pipe(closure(closureOptions))

0 commit comments

Comments
 (0)