Skip to content

Commit f6f286a

Browse files
committed
format, changeset
1 parent 678ca76 commit f6f286a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/strong-ghosts-compare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/webchannel-wrapper': patch
3+
---
4+
5+
Make webchannel-wrapper exports Node-ESM-friendly.

packages/webchannel-wrapper/gulpfile.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ function createRollupTask({
131131
);
132132
}
133133
if (format === 'es') {
134-
plugins.push(
135-
emitModulePackageFile()
136-
);
134+
plugins.push(emitModulePackageFile());
137135
}
138136
const inputOptions = {
139137
input: inputPath,

0 commit comments

Comments
 (0)