Skip to content

Commit

Permalink
fix: remove useless webpack cofnig
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Aug 27, 2022
1 parent bd055d7 commit 67ff93e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ module.exports = {
},
];
},
webpack(config) {
config.resolve.fallback = {
...config.resolve.fallback,
fs: false, // the solution
};

return config;
},
poweredByHeader: false,
reactStrictMode: true,
};

0 comments on commit 67ff93e

Please sign in to comment.