Skip to content

Commit

Permalink
fix(cli): make it up-to-date with upstream
Browse files Browse the repository at this point in the history
to support default exports as in upstream.

Signed-off-by: David Festal <[email protected]>
  • Loading branch information
davidfestal committed Nov 28, 2023
1 parent e67aba9 commit 09ed0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/lib/builder/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export async function makeRollupConfigs(
chunkFileNames: `cjs/[name]-[hash].cjs.js`,
format: 'commonjs',
sourcemap: true,
exports: 'named',
});
}
if (options.outputs.has(Output.esm)) {
Expand Down

0 comments on commit 09ed0af

Please sign in to comment.