Skip to content

Commit

Permalink
Remove Vuetify from built package
Browse files Browse the repository at this point in the history
  • Loading branch information
velis74 committed Apr 21, 2023
1 parent 9c5c667 commit 02d1efe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vue/dynamicforms/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import { resolve } from 'path';

import vue from '@vitejs/plugin-vue';
import dts from 'vite-plugin-dts';
import { defineConfig } from 'vite';
import eslint from 'vite-plugin-eslint';
import vuetify from 'vite-plugin-vuetify';

/** @type {import('vite').UserConfig} */
export default defineConfig({
Expand All @@ -20,7 +18,6 @@ export default defineConfig({
apply: 'serve',
enforce: 'post',
},
vuetify({ autoImport: true }),
],
resolve: {
alias: {
Expand Down

0 comments on commit 02d1efe

Please sign in to comment.