Skip to content

Commit

Permalink
build: add fallbackNodePolyfills experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugomndez committed Sep 14, 2022
1 parent 58f530c commit 53377b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const nextConfig = {
optimizeCss: true,
legacyBrowsers: false,
browsersListForSwc: true,
fallbackNodePolyfills: false,
},
webpack(config, { isServer }) {
if (isServer) {
Expand Down

1 comment on commit 53377b7

@vercel
Copy link

@vercel vercel bot commented on 53377b7 Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-batatabit – ./

next-batatabit-git-main-hugomndez.vercel.app
next-batatabit.vercel.app
next-batatabit-hugomndez.vercel.app

Please sign in to comment.