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

Webpack 4 runs entire webpack build on startup and HMR file change #30

Open
2 tasks
bharney opened this issue Sep 7, 2018 · 0 comments
Open
2 tasks
Labels

Comments

@bharney
Copy link
Owner

bharney commented Sep 7, 2018

Webpack should not run on project startup as no files have changed. Possibly issue with hash changing on bundle?

  • Fix issue to stop webpack from running when project starts.
  • When change is made to file and HMR updates it, a full webpack build should not happen.
@bharney bharney added the bug label Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant