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