test
This commit is contained in:
@@ -58,8 +58,7 @@ const config: ConfigType = defineConfig({
|
||||
*/
|
||||
ignoreMomentLocale: true,
|
||||
|
||||
// Only enable sourcemap during the dev stage
|
||||
devtool: isDev ? 'source-map' : false,
|
||||
devtool: process.env.UMI_APP_SENTRY_DSN ? 'source-map' : false,
|
||||
/**
|
||||
* @name Proxy configuration
|
||||
* @description Allows your local server to proxy requests to your backend so you can access server data locally
|
||||
|
||||
Reference in New Issue
Block a user