feat: standalone mode

This commit is contained in:
2026-07-14 08:34:45 +03:00
parent 3dd385bfda
commit c596f9f1c3
64 changed files with 1341 additions and 2755 deletions

View File

@@ -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',