Skip to content
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

Add support for "baseUrl" and "paths" from angular-cli #4162

Merged
merged 21 commits into from
Oct 10, 2018

Conversation

igor-dv
Copy link
Member

@igor-dv igor-dv commented Sep 11, 2018

Issue: #4136, #2718

What I did

Added a part of the resolve.modules from angular-cli to SB webpack config

@codecov
Copy link

codecov bot commented Sep 12, 2018

Codecov Report

Merging #4162 into master will decrease coverage by 0.12%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4162      +/-   ##
==========================================
- Coverage   40.02%   39.89%   -0.13%     
==========================================
  Files         504      504              
  Lines        5887     5905      +18     
  Branches      787      791       +4     
==========================================
  Hits         2356     2356              
- Misses       3153     3167      +14     
- Partials      378      382       +4
Impacted Files Coverage Δ
app/angular/src/server/angular-cli_config.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1cae5e...5d277d3. Read the comment docs.


function getAngularCliParts(cliWebpackConfigOptions) {
// eslint-disable-next-line global-require, import/no-extraneous-dependencies
const ngcliConfigFactory = require('@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ngcliConfigFactory or ngCliConfigFactory?

app/angular/src/server/angular-cli_config.js Outdated Show resolved Hide resolved
@igor-dv igor-dv changed the title Add support for baseUrl from angular-cli Add support for "baseUrl" and "paths" from angular-cli Oct 9, 2018
@igor-dv igor-dv merged commit 80d6b99 into master Oct 10, 2018
@igor-dv igor-dv deleted the angular/support-base-url branch October 10, 2018 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants