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

build(@angular/cli): add option to ignore files #7448

Closed
wants to merge 1 commit into from

Conversation

redbmk
Copy link

@redbmk redbmk commented Aug 20, 2017

Let the webpack dev server ignore files specified by the user
as either the --ignored command line option or through the
defaults.build.ignored option in the configuration file

This fixes #2425 and allows for a way to fix #4593.

TODO:

  • Fix e2e test. The built code seems to work in practice, but not in the test environment.

Let the webpack dev server ignore files specified by the user
as either the `--ignored` command line option or through the
`defaults.build.ignored` option in the configuration file
@filipesilva
Copy link
Contributor

#4593 is fixed by #7310. I think an ignore list is no longer required since now only files in the compile list will be watched.

@redbmk
Copy link
Author

redbmk commented Aug 21, 2017

@filipesilva yeah, it looks like those changes do indeed fix the vim issues I was having without needing to specifically ignore those files. I had started working on this before Thursday when those changes were merged. The already-merged code is way simpler!

@redbmk redbmk closed this Aug 21, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webpack Rebuilds When Swap Files (*.swp, *.swo, *.swn, ...) Change Feature: Exclude files from 'watch' mode
3 participants