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
In my JS I import like this which works: import {swiffyslider} from 'swiffy-slider';
In my scss this doesn't work: @import "~swiffy-slider/dist/css/swiffy-slider.min.css";
Am I doing something wrong? Or does your package need to additionally export the css for NPM, Laravel Mix 6, ES6? Currently you have "exports": "./src/swiffy-slider.esm.js", which works for the js only for me.
The text was updated successfully, but these errors were encountered:
In my JS I import like this which works:
import {swiffyslider} from 'swiffy-slider';
In my scss this doesn't work:
@import "~swiffy-slider/dist/css/swiffy-slider.min.css";
Am I doing something wrong? Or does your package need to additionally export the css for NPM, Laravel Mix 6, ES6? Currently you have
"exports": "./src/swiffy-slider.esm.js",
which works for the js only for me.The text was updated successfully, but these errors were encountered: