Skip to content

Commit 93ad1f4

Browse files
committed
fix: polyfill require function
1 parent a5ef636 commit 93ad1f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/docs/pages/docs/commandkit.config.js-options.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ Whether or not to include sourcemaps in the production build. This is an optiona
6767
### `antiCrash`: boolean
6868

6969
Whether or not to inject anti-crash script in the production build. This is an optional option. The default value is `true`.
70+
71+
### `requirePolyfill`: boolean
72+
73+
Whether or not to polyfill `require` function. This is an optional option. The default value is `true`.

0 commit comments

Comments
 (0)