Open origami-z opened 2 months ago
I'm trying to use country symbol via CSS background, i have below imports
import '@salt-ds/countries/saltCountries.css' import '@salt-ds/countries/saltSharpCountries.css'
Above CSS is not getting bundled in my app, which i suspect is to do with webpack treeshaking
https://github.com/jpmorganchase/salt-ds/blob/39277e0ad8ad4d28a34e4c2883fdb947d4717f57/packages/countries/package.json#L15
The change was originally made in #1764, which needs further testing of the impact
Source: SO Question 91530
One potential workaround: import country symbol CSS in CSS files.
related #4217
Lungo Goal: scope work by EOS
No dev capacity, push out a sprint
I'm trying to use country symbol via CSS background, i have below imports
Above CSS is not getting bundled in my app, which i suspect is to do with webpack treeshaking
https://github.com/jpmorganchase/salt-ds/blob/39277e0ad8ad4d28a34e4c2883fdb947d4717f57/packages/countries/package.json#L15
The change was originally made in #1764, which needs further testing of the impact
Source: SO Question 91530
One potential workaround: import country symbol CSS in CSS files.