salt-ds
salt-ds copied to clipboard
Country Symbol CSS as background not bundled by webpack
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.