salt-ds icon indicating copy to clipboard operation
salt-ds copied to clipboard

Country Symbol CSS as background not bundled by webpack

Open origami-z opened this issue 5 months ago • 0 comments

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.

origami-z avatar Sep 25 '24 08:09 origami-z