mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
feat: standalone mode
This commit is contained in:
@@ -17,6 +17,9 @@ const CONFIG_FIELDS = new Set([
|
||||
])
|
||||
const TRANSFORM_FIELDS = new Set(['removeSize', 'replaceColors', 'addTransition'])
|
||||
const MODES = new Set<SpriteMode>([
|
||||
'standalone',
|
||||
'standalone@vite',
|
||||
'standalone@webpack',
|
||||
'react@vite',
|
||||
'react@webpack',
|
||||
'next@app/turbopack',
|
||||
|
||||
Reference in New Issue
Block a user