Skip to content

Commit

Permalink
Try update config disable swcMinify
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Oct 2, 2023
1 parent ca53c80 commit f4daf89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const removeImports = require("next-remove-imports")();

module.exports = removeImports({
experimental: { esmExternals: true },
swcMinify: false,
async redirects() {
return [
{
Expand Down

0 comments on commit f4daf89

Please sign in to comment.