Skip to content

Commit ea7506c

Browse files
committed
Fix npm build configuration error (#78)
1 parent 337b1a1 commit ea7506c

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.babelrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

next.config.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
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-
},
154
// Need to remove this later
165
typescript: {
176
ignoreBuildErrors: true,

0 commit comments

Comments
 (0)