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 webpack logger #94

Closed
wants to merge 56 commits into from
Closed

Conversation

jkvora
Copy link

@jkvora jkvora commented Sep 6, 2020

Resolves #77

jkvora and others added 17 commits September 6, 2020 12:41
move which to dependencies fields
Use the `'aggregated'` watch event rather than `'change'` to group together multiple changes in rapid succession, avoiding multiple simultaneous recompiles (and subsequent corruption) when using FTP or other weird file modifications.
Switch watcher event to `aggregated` to avoid compile corruption on file changes from FTP.
- Bump dependencies
- Remove stablized feature attribute
Bump watchpack to 2.1.1 to avoid chokidar2, modernize example
Update webpack type declarations for webpack 5
@xtuc
Copy link
Member

xtuc commented Jul 24, 2021

Could you please rebase?

@jkvora jkvora closed this Jul 25, 2021
@jkvora jkvora deleted the add/webpack-logger branch July 25, 2021 06:24
@jkvora jkvora restored the add/webpack-logger branch July 25, 2021 06:27
@jkvora jkvora deleted the add/webpack-logger branch July 25, 2021 06:28
@jkvora jkvora restored the add/webpack-logger branch July 25, 2021 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin doesn't provide JSON output when webpack is run with --json
5 participants