mirror of
https://github.com/cerc-io/mars-interface.git
synced 2024-12-22 20:27:44 +00:00
Merge pull request #48 from mars-protocol/v1.7.2
This commit is contained in:
commit
0e98841aaa
16
next-config.patch
Normal file
16
next-config.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff --git a/next.config.js b/next.config.js
|
||||||
|
index 2801090..4b5fabe 100644
|
||||||
|
--- a/next.config.js
|
||||||
|
+++ b/next.config.js
|
||||||
|
@@ -48,6 +48,11 @@ const moduleExports = {
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
+ sentry: {
|
||||||
|
+ disableServerWebpackPlugin: true,
|
||||||
|
+ disableClientWebpackPlugin: true,
|
||||||
|
+ },
|
||||||
|
+ output: 'standalone'
|
||||||
|
}
|
||||||
|
|
||||||
|
const sentryWebpackPluginOptions = {
|
Loading…
Reference in New Issue
Block a user