JetBrains / svg-sprite-loader

Webpack loader for creating SVG sprites.
MIT License
2.01k stars 272 forks source link

How to generate spritesheet in server side with nuxt? #412

Open liqiang-xxfy opened 3 years ago

liqiang-xxfy commented 3 years ago

Do you want to request a feature, report a bug or ask a question?

Question

What is the current behavior?

In my nuxt project, spritesheet is generated on the client side, and the icon display is very slow.

What is the expected behavior?

What can I do to generate a spritesheet on the server side.