1
Fork 0
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:
Krishan 2024-05-12 14:17:41 +10:00 committed by GitHub
parent 565a6563e1
commit 5259f11679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 29 deletions

View file

@ -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(),
],