-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alias '~' on 'node_modules' not working #93
Comments
tlyau62
changed the title
Alias ~ on node_modules
Alias '~' on 'node_modules' not working
Nov 19, 2021
try node-sass instead of sass. |
Yeah. I'm using node-sass 8.0.0 and it makes no difference to the problem. |
Sorry, I haven't looked into it. The options are passed to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
May I ask is there any way to reference
~
tonode_modules
?I have tried "@rollup/plugin-alias"
with
includePaths: ["node_modules"]
, but it seems not working.The error is this.
Thanks for the help.
The text was updated successfully, but these errors were encountered: