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 cec9946 commit d6338f0Copy full SHA for d6338f0
.changeset/mean-seals-poke.md
@@ -0,0 +1,5 @@
1
+---
2
+'@firebase/storage': patch
3
4
+
5
+Fixed Node ESM bundle to build from Node entry point. (It was incorrectly using the browser entry point.)
packages/storage/rollup.config.js
@@ -143,7 +143,7 @@ const nodeBuilds = [
143
}
144
},
145
{
146
- input: './src/index.ts',
+ input: './src/index.node.ts',
147
output: {
148
file: pkg.exports['.'].node.import,
149
format: 'esm',
0 commit comments