We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b1a1 commit ea7506cCopy full SHA for ea7506c
.babelrc
next.config.mjs
@@ -1,17 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
transpilePackages: ["next-mdx-remote"],
4
- webpack: (config, { isServer }) => {
5
- if (!isServer) {
6
- config.resolve.fallback = {
7
- fs: false,
8
- dns: false,
9
- net: false,
10
- tls: false,
11
- };
12
- }
13
- return config;
14
- },
15
// Need to remove this later
16
typescript: {
17
ignoreBuildErrors: true,
0 commit comments