diff --git a/packages/frontend/.storybook/main.ts b/packages/frontend/.storybook/main.ts
index 8a1eb70667..64b63f2a03 100644
--- a/packages/frontend/.storybook/main.ts
+++ b/packages/frontend/.storybook/main.ts
@@ -1,7 +1,5 @@
-import { resolve } from 'node:path';
import type { StorybookConfig } from '@storybook/vue3-vite';
-import { mergeConfig, normalizePath } from 'vite';
-import { viteStaticCopy } from 'vite-plugin-static-copy';
+import { mergeConfig } from 'vite';
const config = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
@@ -23,20 +21,6 @@ const config = {
},
async viteFinal(config, options) {
return mergeConfig(config, {
- plugins: [
- viteStaticCopy({
- targets: [
- {
- src: normalizePath(resolve(__dirname, '../node_modules/@tabler/icons-webfont/*.css')),
- dest: 'node_modules/@tabler/icons-webfont',
- },
- {
- src: normalizePath(resolve(__dirname, '../node_modules/@tabler/icons-webfont/fonts/*.{eot,ttf,woff,woff2}')),
- dest: 'node_modules/@tabler/icons-webfont/fonts',
- },
- ],
- }),
- ],
build: {
target: [
'chrome108',
diff --git a/packages/frontend/.storybook/preview-head.html b/packages/frontend/.storybook/preview-head.html
index dbbc2e54f7..01912da28b 100644
--- a/packages/frontend/.storybook/preview-head.html
+++ b/packages/frontend/.storybook/preview-head.html
@@ -1,4 +1,4 @@
-
+
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index a5f4537d95..e7c33b2259 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -130,7 +130,6 @@
"storybook": "7.0.0-rc.10",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"summaly": "github:misskey-dev/summaly",
- "vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.29.8",
"vitest-fetch-mock": "^0.2.2",
"vue-eslint-parser": "9.1.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d65a251569..f434ae517e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -934,9 +934,6 @@ importers:
summaly:
specifier: github:misskey-dev/summaly
version: github.com/misskey-dev/summaly/1bab7afee616429b8bbf7a7cbcbb8ebcef66d992
- vite-plugin-static-copy:
- specifier: ^0.13.1
- version: 0.13.1(vite@4.2.1)
vitest:
specifier: ^0.29.8
version: 0.29.8(happy-dom@8.9.0)(sass@1.60.0)
@@ -19784,19 +19781,6 @@ packages:
- terser
dev: true
- /vite-plugin-static-copy@0.13.1(vite@4.2.1):
- resolution: {integrity: sha512-KwIcGBT1aOxSq+laK3VmSngoEa3HXWj/6ZEXdv+y59eZ7p/XSuPahoDo+CfYW22JjTdnstgeKWiX+78KNgDu6g==}
- engines: {node: ^14.18.0 || >=16.0.0}
- peerDependencies:
- vite: ^3.0.0 || ^4.0.0
- dependencies:
- chokidar: 3.5.3
- fast-glob: 3.2.12
- fs-extra: 11.1.0
- picocolors: 1.0.0
- vite: 4.2.1(@types/node@18.15.11)(sass@1.60.0)
- dev: true
-
/vite@4.2.1(@types/node@18.15.11)(sass@1.60.0):
resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==}
engines: {node: ^14.18.0 || >=16.0.0}