mirror of
https://github.com/RGBCube/cinny
synced 2025-07-30 16:37:46 +00:00
Remove svg loader as available in Vite by default (#1728)
This commit is contained in:
parent
565a6563e1
commit
5259f11679
4 changed files with 0 additions and 29 deletions
|
@ -6,7 +6,6 @@ import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin';
|
|||
import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill';
|
||||
import inject from '@rollup/plugin-inject';
|
||||
import topLevelAwait from 'vite-plugin-top-level-await';
|
||||
import { svgLoader } from './viteSvgLoader';
|
||||
import buildConfig from './build.config';
|
||||
|
||||
const copyFiles = {
|
||||
|
@ -55,7 +54,6 @@ export default defineConfig({
|
|||
}),
|
||||
viteStaticCopy(copyFiles),
|
||||
vanillaExtractPlugin(),
|
||||
svgLoader(),
|
||||
wasm(),
|
||||
react(),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue