pwa
pwa copied to clipboard
Enable cache for eslint-loader
Docs - MoOx/eslint-loader#cache-default-false
This option will enable caching of the linting results into a file. This is particularly useful in reducing linting time when doing a full build.
On a moderate size project(webpack template), this brought down the production build time from ~60s to ~53s.
This PR is a clone of vuejs-templates/webpack#799
Thanks for the cross-link to the other PR in https://github.com/vuejs-templates/webpack/pull/799. Once the upstream one lands we can land it here.
Weekly check-in: just waiting still for the upstream PR to land.
Just a reminder we're still waiting on activity on the upstream.