okteto / movies

React + Node multi service application
Apache License 2.0
77 stars 157 forks source link

Migrate to webpack 5 and use persistent cache #25

Closed rlamana closed 3 years ago

rlamana commented 3 years ago

After the first okteto up, build times are down to 2000ms instead of 13000ms:

Screenshot 2020-10-21 at 01 50 36

This PR includes many optimizations:

rberrelleza commented 3 years ago

rberrelleza commented 3 years ago

yarn build is failing with:

[webpack-cli] Promise rejection: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be one of type string, TypedArray, or DataView. Received type undefined

it happens both in the container, or as a part of okteto build