Skip to content

Commit

Permalink
remove packet transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Sep 11, 2023
1 parent ad28120 commit 5022244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bestofweb/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const withMDX = nextMDX({
export default withMDX({
images: { unoptimized: true },
pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],
transpilePackages: ["@peersky/next-web3-chakra"],
// transpilePackages: ["@peersky/next-web3-chakra"],
reactStrictMode: true,
trailingSlash: true,
// output: "standalone",
Expand Down

0 comments on commit 5022244

Please sign in to comment.