Skip to content

Commit 553fce5

Browse files
working nextjs example
1 parent e253c87 commit 553fce5

File tree

7 files changed

+5466
-3895
lines changed

7 files changed

+5466
-3895
lines changed

examples/next-app/next.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
}
4+
experimental: {
5+
esmExternals: "loose",
6+
},
7+
};
58

6-
module.exports = nextConfig
9+
module.exports = nextConfig;

0 commit comments

Comments
 (0)