-
Notifications
You must be signed in to change notification settings - Fork 12k
SASS doesn't compile with 3rd party libraries #3683
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
Comments
If your import is from |
@hansl The third party library I am using is importing it that way. It is blackbox to me. That particular tilde convention is a webpack thing (for node_modules path resolution) as well and included in https://github.com/jtangelder/sass-loader#imports It is not part of any SASS/SCSS spec that I am aware of. I'm trying to figure out a way to pass in the |
Added this and now it works fine on the Location of edit: angular-cli/packages/angular-cli/models/webpack-build-common.ts Lines 135 to 140 in 9687081
|
Hi doug |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Tried looking for this issue, but couldn't find it. EDIT: Found it now #2747
Currently unable to include a sass library that imports another sass library. Need a way to expose the webpack configuration to pass in a path to include possibly.
OS?
Mac OSX (Sierra) 10.12.1
Versions.
angular-cli: 1.0.0-beta.22-1
node: 6.9.1
os: darwin x64
Repro steps.
Added this to
angular-cli.json
:styles/main.scss
imports a third party library which in itself imports a third party libraryfoundation-sites
. Look at the log below:The log given by the failure.
The text was updated successfully, but these errors were encountered: