Skip to content

Commit

Permalink
remove redundant webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Sep 10, 2024
1 parent e906da4 commit d0f7722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/changelog/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const nextConfig = {
ignoreDuringBuilds: true,
},
transpilePackages: ['next-mdx-remote'],
webpack: (config, {dev, nextRuntime, webpack}) => {
webpack: (config, {dev, nextRuntime}) => {
if (dev && nextRuntime === 'nodejs') {
config.plugins.push(
new WebpackHookPlugin({
Expand Down

0 comments on commit d0f7722

Please sign in to comment.