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
It works well with other node modules, so I guess there is something wrong with this specific package. Do you have some insights about it? Do we need to add something in the SASS configuration?
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
I am not sure if this is better here or in the node-sass repo, but here is the issue:
One of our modules is not recognized properly by the Stencil SASS loader:
@import '~@ag-grid-community/all-modules/dist/styles/ag-grid';
Got that error:
[ ERROR ] sass error: src/components/my-component/my-component.scss:4:11 Cannot find module '@ag-grid-community'
It works well with other node modules, so I guess there is something wrong with this specific package. Do you have some insights about it? Do we need to add something in the SASS configuration?
Expected behavior:
Import would work.
Related code:
https://github.com/darondel-yoobic/angular-stencil-playground/tree/bug-sass-tilde-importer
The text was updated successfully, but these errors were encountered: