Skip to content

Commit

Permalink
tweak rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mckervinc committed Oct 3, 2023
1 parent 5c032b1 commit 11d26d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const config = {
url({ exclude: ["**/*.svg"] }),
babel({
extensions,
exclude: "node_modules/**"
exclude: "node_modules/**",
babelHelpers: "bundled"
}),
resolve({ extensions }),
commonjs(),
Expand Down

0 comments on commit 11d26d8

Please sign in to comment.