mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-23 15:52:49 +08:00
Merge branch 'dev'
This commit is contained in:
commit
b2d7f2cf32
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
"build": "vue-tsc --noEmit && vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"new": "plop --plopfile ./plop/plopfile.js",
|
"new": "plop --plopfile ./plop/plopfile.js",
|
||||||
"postinstall": "husky install",
|
"postinstall": "husky install",
|
||||||
|
@ -81,7 +81,7 @@ export default defineConfig({
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
target: 'es2015',
|
target: 'es2020',
|
||||||
outDir: OUTPUT_DIR,
|
outDir: OUTPUT_DIR,
|
||||||
// minify: 'terser', // 如果需要用terser混淆,可打开这两行
|
// minify: 'terser', // 如果需要用terser混淆,可打开这两行
|
||||||
// terserOptions: terserOptions,
|
// terserOptions: terserOptions,
|
||||||
|
Loading…
Reference in New Issue
Block a user