Skip to content

Commit 69f6f4d

Browse files
authored
build cjs format for nodejs (#5365)
1 parent a871778 commit 69f6f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore-compat/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const nodeBuilds = [
7575
input: './src/index.node.ts',
7676
output: {
7777
file: pkg.main,
78-
format: 'es',
78+
format: 'cjs',
7979
sourcemap: true
8080
},
8181
plugins: es2017Plugins,

0 commit comments

Comments
 (0)