mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
fix: cannot access uninitialized variable on Safari (#308)
This commit is contained in:
@@ -79,7 +79,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
||||
},
|
||||
},
|
||||
build: {
|
||||
target: "esnext",
|
||||
target: "es2015",
|
||||
outDir: OUTPUT_DIR,
|
||||
manifest: false,
|
||||
sourcemap: false,
|
||||
|
Reference in New Issue
Block a user