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.
react-compiler-runtime
1 parent 301a18a commit 9627d71Copy full SHA for 9627d71
compiler/packages/react-compiler-runtime/scripts/build.js
@@ -29,7 +29,7 @@ const config = {
29
outfile: path.join(__dirname, '../dist/index.js'),
30
bundle: true,
31
external: ['react'],
32
- format: argv.p === 'browser' ? 'esm' : 'cjs',
+ format: 'cjs',
33
platform: argv.p,
34
target: 'es6',
35
banner: {
0 commit comments