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
Hi, I can't import the stylesheet.
I'm using webpack and always imported styles for any libs like this, in my app.scss:
@import "~photoswipe/src/photoswipe.css";
or
@import "~photoswipe/dist/photoswipe.css";
but with Photoswipe I get this error:
webpack built bud 801c66c0711d860e2bba in 721ms
⠋ 98% emitting
ERROR ./resources/styles/app.scss
Error: Failed to find '~photoswipe/dist/photoswipe.css'
in [
./resources/styles
]
JS is imported in app.js
import PhotoSwipeLightbox from "photoswipe/lightbox";
while I have to import styles from app.scss (not from JS)
The text was updated successfully, but these errors were encountered:
Hi, I can't import the stylesheet.
I'm using webpack and always imported styles for any libs like this, in my app.scss:
but with Photoswipe I get this error:
JS is imported in app.js
import PhotoSwipeLightbox from "photoswipe/lightbox";
while I have to import styles from app.scss (not from JS)
The text was updated successfully, but these errors were encountered: