-
Notifications
You must be signed in to change notification settings - Fork 23
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
build: provide a way to set the base href #148
Comments
For CSS part, we should include PostCSS plugins settings from NG Cli which include config for base path in url in CSS properties |
Ideally we should support the angular cli |
In addition, we should also configure this via the ng cli config file as shown here: angular/angular-cli#6477 |
…-cli.json file with BaseHrefWebpackPlugin ISSUES CLOSED: #148
@christophercr can you write some docs for this feature? |
Sure, I've created a PR for that (#385) |
Add a way to customize the base href value easily
With this: BaseHrefWebpackPlugin: https://www.npmjs.com/package/base-href-webpack-plugin
We could pass the value to use as an input parameter to the cmd line
Corresponding internal issue: NG-1725
The text was updated successfully, but these errors were encountered: