Skip to content

Commit 9bb3603

Browse files
authored
Fix webchannel-wrapper sourcemap. (#1590)
I accidentally broke this while tweaking my last change to write to a temp folder.
1 parent 54bdfc4 commit 9bb3603

File tree

1 file changed

+1
-1
lines changed
  • packages/webchannel-wrapper/tools

1 file changed

+1
-1
lines changed

packages/webchannel-wrapper/tools/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ closureBuilder.build(
6868
options: {
6969
closure: {
7070
output_wrapper:
71-
'%output%\n//# sourceMappingURL=index.closure-es.js.map',
71+
'%output%\n//# sourceMappingURL=index.js.map',
7272
language_out: 'ECMASCRIPT5',
7373
compilation_level: 'ADVANCED',
7474
define: closureDefines

0 commit comments

Comments
 (0)