Skip to content

Commit

Permalink
rollup use namedExports (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 authored Dec 12, 2024
1 parent 61781e4 commit 16f5b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
resolve({ preferBuiltins: false, mainFields: ["browser"]}),
commonjs(),
babel({ exclude: 'node_modules/**', babelHelpers: "runtime", skipPreflightCheck: true }),
json({ namedExports: false, preferConst: true }),
json({ namedExports: true, preferConst: true }),
terser()
],
};
Expand Down

0 comments on commit 16f5b41

Please sign in to comment.