aboutsummaryrefslogtreecommitdiff
path: root/front-end/vite.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/vite.config.ts')
-rw-r--r--front-end/vite.config.ts20
1 files changed, 17 insertions, 3 deletions
diff --git a/front-end/vite.config.ts b/front-end/vite.config.ts
index a6e7ed0..474c4b2 100644
--- a/front-end/vite.config.ts
+++ b/front-end/vite.config.ts
@@ -30,9 +30,23 @@ export default defineConfig({
plugins: [],
output: {
manualChunks: {
- vnlib: ['@vnuge/vnlib.browser'],
- cmnex: ['@vnuge/cmnext-admin'],
- }
+ util: [
+ '@vnuge/vnlib.browser',
+ '@vnuge/cmnext-admin',
+ 'jose',
+ 'universal-cookie',
+ 'base32-encode',
+ 'axios',
+ 'lodash-es',
+ 'otpauth',
+ '@vuelidate/core',
+ '@vuelidate/validators',
+ 'showdown'
+ ],
+ vuejson:[
+ 'json-editor-vue'
+ ],
+ },
}
},
},