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 a871778 commit 69f6f4dCopy full SHA for 69f6f4d
packages/firestore-compat/rollup.config.js
@@ -75,7 +75,7 @@ const nodeBuilds = [
75
input: './src/index.node.ts',
76
output: {
77
file: pkg.main,
78
- format: 'es',
+ format: 'cjs',
79
sourcemap: true
80
},
81
plugins: es2017Plugins,
0 commit comments