You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Currently we need to use data option from this loader to add some data it twig template.
But svg-sprite-loader add sprites in htmlwebpackplugin.files.sprites and we can't access to this variable in twig file.
Can we add HTMLWebpackPlugin templateParameters function output as default data or accessible in data function?