diff options
Diffstat (limited to 'examples/basic/apps/web/next.config.js')
| -rw-r--r-- | examples/basic/apps/web/next.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/basic/apps/web/next.config.js b/examples/basic/apps/web/next.config.js new file mode 100644 index 0000000..fdda6aa --- /dev/null +++ b/examples/basic/apps/web/next.config.js @@ -0,0 +1,4 @@ +module.exports = { + reactStrictMode: true, + transpilePackages: ["ui"], +}; |
