-
Notifications
You must be signed in to change notification settings - Fork 12k
Fixed the ssl command not working anymore #2252
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
Conversation
The karma plugin is currently overwriting configuration set in karma.conf.js instead of merging existing values. This fix will set defaults but not overwrite existing configuration.
…r#1814) Add watchOptions to webpackDevServerConfiguration to conditionally enable polling option in watchpack Remove additional blank lines from end of serve-watchpack.ts so that only one is remaining
Fixed typo (removed extra 'to') and added colon to match other steps in global installation instructions. Close angular#2190
This commit fixes README example of including Bootstrap dependency in generated project in that way that Bootstrap CSS dependency is moved up - to be the first in build bundle. The reason behind this change is that Bootstrap comes with reset CSS code and globals that are intended to be global unless reset and changed by cascading file - here style.css. Thanks! Close angular#2197
Also adding a new package, webpack, which is a plugin and loader for webpack that adds support for AoT. It is behind a `--aot` flag in the CLI that is supported by build and serve.
* chore(npm): updated webpack version and reworked configs for breaking changes * fix: swapped enforce rules by accident, fix this * fix: fix version, as well as convert loaders to rules for future api changes * chore: update webpack to beta.24 * chore(npm): updated webpack to beta.25 * chore(lint): remove rogue double quote * Added augmented module typings for webpack v2 supporting webpack.LoaderOptionsPlugin * chore(lint): linting chores spaces, return lines, semis * chore(npm): updated both package.jsons cause who forgets to do that
The current template produces disjunct list items so the numbering contains only 1's. Let's make this a H3
…ar#2367) E2E test would fail when using a prefix to generate the app
…te for new apps (angular#2455) Fixes angular#2446
…2379) * Updated ng command options. - "build" now additionally supports --base-hre / -bh, -w - "generate" got cleaned up - "github-pages:deploy" / "gh-pages:deploy" now is supported, too - "init" now knows --routing and --source-dir - "new" also accepts --routing - "serve" dumped --insecure-proxy, --inspr, --output-path, -op, -out and -pxy - "test" now honours --build and --reporters, dumped --config-file, --environment, --filter, --host, --launch, --module, path, --query, reporter, --server, --silent, --test-page and --test-port * Added --aot for "build" and "serve". * Recent the commands "init" and "new" received two more options: "--inline-stile" (alias -is) and "inline-template" (alias -it). Support the, both. * Recently the commands "init" and "new" dropped --blueprint (alias -b).
In addition, reading and using AST on main.ts to figure out the entry module, if not specified.
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Closing in favor of #2089, we've replied there since. |
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. |
When upgrading my angular project, I noticed that the latest beta broke the --ssl command as mentioned here : #1874, #1576.
I saw this PR : #2089 but the contributor did not update his code according to the review and it wasn't merged so I did.