Skip to content

Commit

Permalink
undo disabling minification
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 18, 2024
1 parent 15311cf commit 00585ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration-test/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ module.exports = {
);
}

// Disable minification for debugging purposes
config.optimization.minimize = false;
return config;
},
swcMinify: false,
experimental: {
serverMinification: false,
},
};

0 comments on commit 00585ea

Please sign in to comment.