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.ts19
1 files changed, 1 insertions, 18 deletions
diff --git a/front-end/vite.config.ts b/front-end/vite.config.ts
index 474c4b2..c5ad69d 100644
--- a/front-end/vite.config.ts
+++ b/front-end/vite.config.ts
@@ -29,24 +29,7 @@ export default defineConfig({
rollupOptions: {
plugins: [],
output: {
- manualChunks: {
- 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'
- ],
- },
+
}
},
},