We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678ca76 commit f6f286aCopy full SHA for f6f286a
.changeset/strong-ghosts-compare.md
@@ -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
@@ -131,9 +131,7 @@ function createRollupTask({
131
);
132
}
133
if (format === 'es') {
134
- plugins.push(
135
- emitModulePackageFile()
136
- );
+ plugins.push(emitModulePackageFile());
137
138
const inputOptions = {
139
input: inputPath,
0 commit comments