-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
With a the srcDir set in Nuxt the module won't find the icons and writes output to the default 'root' directory.
So with:
export default defineNuxtConfig({
srcDir: "src",
modules: [
'@nuxtjs/svg-sprite',
],
});Expected would be reading and writing icons from/to: ./src/assets/sprite/ but instead an empty gen is written to ./assets/sprite/.
I've tried some combinations of custom input & output, but couldn't find a working workaround sadly...
Aleksandr-Baranchuk, AndriiGera, Lelouchwe, volkanakkus, wokalek and 2 more
Metadata
Metadata
Assignees
Labels
No labels