mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
feat: Новый кросс платформенный вьювер
This commit is contained in:
@@ -5,11 +5,12 @@ export default defineConfig({
|
||||
index: 'src/index.ts',
|
||||
cli: 'src/cli.ts',
|
||||
react: 'src/react.ts',
|
||||
viewer: 'src/viewer.ts',
|
||||
},
|
||||
format: 'esm',
|
||||
dts: true,
|
||||
clean: true,
|
||||
sourcemap: true,
|
||||
target: 'node18',
|
||||
noExternal: ['react-colorful'],
|
||||
noExternal: ['lit', 'vanilla-colorful'],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user