You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
I believe there are ways to speed up webpack build.
For example, we build all the dependencies each time, while most of the time they don't change. There is Webpack DLL plugin to prevent this.
Actual behaviour
npm run build takes about 1 minute npm run test takes about 2 minutes
Steps to reproduce
run npm run build or npm run test
The text was updated successfully, but these errors were encountered:
Expected behaviour
I believe there are ways to speed up webpack build.
For example, we build all the dependencies each time, while most of the time they don't change. There is Webpack DLL plugin to prevent this.
Actual behaviour
npm run build
takes about 1 minutenpm run test
takes about 2 minutesSteps to reproduce
run
npm run build
ornpm run test
The text was updated successfully, but these errors were encountered: