mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Updated SVG generation.
This commit is contained in:
parent
4552256930
commit
18eceee4c4
4 changed files with 551 additions and 1400 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue