Skip to content

Commit

Permalink
style: 忽略纯js库
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Aug 31, 2022
1 parent eb2fc36 commit 79f4f0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ import Components from 'unplugin-vue-components/vite';
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers';
// import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite';
import { splitVendorChunkPlugin } from 'vite';
// @ts-ignore
import { loadMessageConfig } from './src/config/locale';
import autoprefixer from 'autoprefixer';
// @ts-ignore
import px2rem from 'postcss-plugin-px2rem';
// @ts-ignore
import { loadMessageConfig } from './src/config/locale';
function pathResolve(dir: string) {
return resolve(process.cwd(), '.', dir);
}
Expand Down

0 comments on commit 79f4f0b

Please sign in to comment.