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
I ran into an issue importing the l10n files.
When I try to import them like this:
importdefrom'parvus/src/l10n/de';
I get an error in my bundler (= vite):
Missing "./src/l10n/de" specifier in "parvus" package
Looks like there is an error in the package configuration.
I had the same issue with the styles, but I got it working once i moved the import into my scss-files and used an absolute path.
language files can now be imported again. Unfortunately, you still need to specify the full path to the sass file. I need to do some more research on this.
Hi,
thanks for this awesome, accessible lightbox! :)
I ran into an issue importing the l10n files.
When I try to import them like this:
I get an error in my bundler (= vite):
Looks like there is an error in the package configuration.
I had the same issue with the styles, but I got it working once i moved the import into my scss-files and used an absolute path.
Would be nice if you could manage to fix this.
Thanks! :)
The text was updated successfully, but these errors were encountered: