Skip to content

Commit

Permalink
fix: Return to the previous usage of glob
Browse files Browse the repository at this point in the history
  • Loading branch information
HydenLiu committed Apr 29, 2024
1 parent a29e9e5 commit 3fc18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'path';

import vue from '@vitejs/plugin-vue';
import vueJsx from '@vitejs/plugin-vue-jsx';
import * as glob from 'glob';
import glob from 'glob';
import { defineConfig } from 'vite';
import dts from 'vite-plugin-dts';

Expand Down

0 comments on commit 3fc18bd

Please sign in to comment.