Skip to content

Commit

Permalink
added experimental flag to next.js to make it compile correctly. seem…
Browse files Browse the repository at this point in the history
…s to be an open issue with Next: vercel/next.js#30750
  • Loading branch information
aweber1 committed Jan 26, 2022
1 parent 96f2f1b commit 4fb6a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
experimental: {
esmExternals: false,
},
};

0 comments on commit 4fb6a1e

Please sign in to comment.