Skip to content

Commit 840a322

Browse files
Merge pull request #849 from rescript-association/upgrade-next-js-debug-deploy
Upgrade to next v14
2 parents 9a01198 + 6ba390c commit 840a322

File tree

4 files changed

+245
-180
lines changed

4 files changed

+245
-180
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
env: {
1919
ENV: process.env.NODE_ENV,
2020
},
21-
swcMinify: true,
21+
swcMinify: false,
2222
webpack: (config, options) => {
2323
const { isServer } = options;
2424
if (!isServer) {

0 commit comments

Comments
 (0)