-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We need to remove the hardcoded site_package in the sprite config and work out how to do multitple sprites.
Maybe we don't have the sprite config coded already but exportable with a function?
Something like the following. The sprite function then generates all the default, shared config
import { defineConfig, configuration, sprite } from '@liquidlight/vite-framework';
export default defineConfig(
configuration(
plugins: [
sprite('site_package'),
]
)
);
https://spiriitlabs.github.io/vite-plugin-svg-spritemap/guide/multiple-instance.html
Metadata
Metadata
Assignees
Labels
No labels