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
{{ message }}
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
there is a code @import '~bootstrap/scss/bootstrap.scss';, I know it is requiring bootstrap as a denpendence,
but I do not know what the character ~ meaning of,
it seems like indicating the path is a third module path,
is it a webpack feature or a sass feature or customer config? I can not find any doc for it, hope for replay, thanks
The text was updated successfully, but these errors were encountered:
there is a code
@import '~bootstrap/scss/bootstrap.scss';
, I know it is requiringbootstrap
as a denpendence,but I do not know what the character
~
meaning of,it seems like indicating the path is a third module path,
is it a
webpack
feature or asass
feature or customer config? I can not find any doc for it, hope for replay, thanksThe text was updated successfully, but these errors were encountered: