Updated SVG generation.

This commit is contained in:
Mike Cao 2025-05-26 23:13:15 -07:00
parent 4552256930
commit 18eceee4c4
4 changed files with 551 additions and 1400 deletions

View file

@ -9,7 +9,6 @@ import del from 'rollup-plugin-delete';
import nodeExternals from 'rollup-plugin-node-externals';
import esbuild from 'rollup-plugin-esbuild';
import dts from 'rollup-plugin-dts';
import svgr from '@svgr/rollup';
const md5 = str => crypto.createHash('md5').update(str).digest('hex');
@ -53,7 +52,6 @@ const jsBundle = {
},
},
}),
svgr({ icon: true }),
nodeExternals(),
json(),
alias(aliasConfig),