build(#10336): staticified directory structure
This commit is contained in:
parent
ec8905f81c
commit
88981e9d5b
@ -27,9 +27,13 @@ const config = {
|
|||||||
viteStaticCopy({
|
viteStaticCopy({
|
||||||
targets: [
|
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',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user