我使用Webpack编译SASS并使用以波浪号(~
)符号开头的导入路径。这一直在起作用,但今天突然间,它停止了工作。
我已将我在Git中的代码重置为星期五正在运行的修订版,但现在我收到错误。
我根本不确定如何解决这个问题 - 我应该更改node-sass
版本吗?任何人都可以帮助我吗?
错误:
error in ./src/components/top-menu/style.scss
Module build failed:
@import "~sass/base";
^
File to import not found or unreadable: ~sass/base.
Parent style sheet: stdin
in /path/to/stuff/src/components/top-menu/style.scss (line 1, column 1)