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