Skip to content

Commit

Permalink
chore(rest-api-client): strictRequires setting to auto in rollup comm…
Browse files Browse the repository at this point in the history
…onjs plugin
  • Loading branch information
nameless-mc committed Jan 7, 2025
1 parent 62a6c93 commit 43eb39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest-api-client/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineConfig({
browser: true,
preferBuiltins: false,
}),
commonjs({ extensions }),
commonjs({ extensions, strictRequires: "auto" }),
babel({
babelHelpers: "bundled",
presets: [
Expand Down

0 comments on commit 43eb39a

Please sign in to comment.