feat(core): payment plans error boundary (#4744)

This commit is contained in:
Cats Juice
2023-11-06 10:42:21 +08:00
committed by GitHub
parent 3c4dbed16b
commit 7a8150398c
8 changed files with 128 additions and 22 deletions
+3 -1
View File
@@ -382,7 +382,9 @@ export const createConfiguration: (
devServer: {
hot: 'only',
liveReload: true,
client: undefined,
client: {
overlay: process.env.DISABLE_DEV_OVERLAY === 'true' ? false : undefined,
},
historyApiFallback: true,
static: {
directory: resolve(rootPath, 'public'),