Skip to content

Commit 9287f8c

Browse files
committed
remove unused plugin
1 parent f2cbffc commit 9287f8c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/packages/core/vite.config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineConfig } from 'vite';
2-
import { viteStaticCopy } from 'vite-plugin-static-copy';
32
import { rmSync } from 'fs';
43
import { getDefaultConfig } from '../../vite-config-base';
54

@@ -58,15 +57,5 @@ export default defineConfig({
5857
//'settings/index': './settings/index.ts', // currently no index file so it is left out
5958
manifests: 'manifests.ts',
6059
},
61-
plugins: [
62-
viteStaticCopy({
63-
targets: [
64-
{
65-
src: 'icon-registry/icons/*.js',
66-
dest: 'icon-registry/icons',
67-
},
68-
],
69-
}),
70-
],
7160
}),
7261
});

0 commit comments

Comments
 (0)