Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Aug 9, 2023
1 parent 8abbc4e commit ba3ea89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/realm-react/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export default [
{
file: pkg.main,
format: "cjs",
sourceMap: true,
sourcemap: true,
},
{
file: pkg.module,
format: "esm",
sourceMap: true,
sourcemap: true,
},
],
plugins: [commonjs(), nodeResolve(), typescript({ noEmitOnError: true })],
Expand Down

0 comments on commit ba3ea89

Please sign in to comment.