-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
|
||
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'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ngcliConfigFactory
or ngCliConfigFactory
?
… support-base-url
…upport-base-url # Conflicts: # app/angular/package.json # yarn.lock
…oks/storybook into support-base-url
… into support-base-url
Added basePath support
Issue: #4136, #2718
What I did
Added a part of the
resolve.modules
from angular-cli to SB webpack config