1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Upgrade major dependencies

This commit is contained in:
thatmattlove
2021-12-06 12:08:31 -07:00
parent 70cdd2359f
commit 8aedbaa93d
9 changed files with 825 additions and 848 deletions

View File

@@ -10,6 +10,11 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
experimental: {
// See: https://github.com/react-hook-form/resolvers/issues/271#issuecomment-986618265
// See: https://github.com/vercel/next.js/issues/30750#issuecomment-962198711
esmExternals: false,
},
};
module.exports = nextConfig;