mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Upgrade major dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user