Skip to content

Commit 0e98841

Browse files
authored
Merge pull request #48 from mars-protocol/v1.7.2
2 parents b493b21 + 85192b9 commit 0e98841

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

next-config.patch

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/next.config.js b/next.config.js
2+
index 2801090..4b5fabe 100644
3+
--- a/next.config.js
4+
+++ b/next.config.js
5+
@@ -48,6 +48,11 @@ const moduleExports = {
6+
},
7+
]
8+
},
9+
+ sentry: {
10+
+ disableServerWebpackPlugin: true,
11+
+ disableClientWebpackPlugin: true,
12+
+ },
13+
+ output: 'standalone'
14+
}
15+
16+
const sentryWebpackPluginOptions = {

0 commit comments

Comments
 (0)