Skip to content
Snippets Groups Projects
Unverified Commit 88981e9d authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

build(#10336): staticified directory structure

parent ec8905f8
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,13 @@ const config = {
viteStaticCopy({
targets: [
{
src: resolve(__dirname, '../node_modules/@tabler/icons-webfont/**/*.{css,eot,ttf,woff,woff2}'),
src: resolve(__dirname, '../node_modules/@tabler/icons-webfont/*.css'),
dest: 'node_modules/@tabler/icons-webfont',
},
{
src: resolve(__dirname, '../node_modules/@tabler/icons-webfont/fonts/*.{eot,ttf,woff,woff2}'),
dest: 'node_modules/@tabler/icons-webfont/fonts',
},
],
}),
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment