-
Notifications
You must be signed in to change notification settings - Fork 46
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 Dev Server Refactor + Build Tools Updates #923
Conversation
…ecent NPM publish
…ased on MD5 hash differences
⚡ PR built on Travis and deployed a now preview here:
|
# Conflicts: # packages/build-tools/package.json # yarn.lock
⚡ PR built on Travis and deployed a now preview here:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for removing the zip files from the 2.1.2 release-- sorry about that. I also removed them in a2fa207.
Heads up to @mikemai2awesome that you can remove enableCache: true
from apps/pattern-lab/.boltrc.js if you experience issues with caching.
Jira
http://vjira2:8080/browse/BDS-678
Summary
Refactors and updates Bolt's build tools which include several important updates:
Excitingly, this update can significantly help speed up local front-end dev builds after Webpack compiles for the very first time.
In testing this out locally, the 2nd time it took to boot up the Webpack Dev Server went from around 45 seconds initially (the first time booting up Webpack) and dropped down to < 5 seconds.. a 900% speed increase!