mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
Merge branch 'dev' into master-fetch-dev
This commit is contained in:
+5
-1
@@ -55,6 +55,10 @@ export default ({ mode }) => defineConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
define: {
|
||||
// enable hydration mismatch details in production build
|
||||
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: 'true'
|
||||
},
|
||||
plugins: [
|
||||
vue({
|
||||
template: {
|
||||
@@ -88,7 +92,7 @@ export default ({ mode }) => defineConfig({
|
||||
})
|
||||
],
|
||||
build: {
|
||||
target: 'es2015',
|
||||
target: 'es2020',
|
||||
outDir: OUTPUT_DIR,
|
||||
// minify: 'terser', // 如果需要用terser混淆,可打开这两行
|
||||
// terserOptions: terserOptions,
|
||||
|
||||
Reference in New Issue
Block a user