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 Nov 16, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Webpack 5 release is planned on 2020-10-10 webpack/webpack#11406
Describe the solution you'd like
The backend code in workshop repo uses webpack 5
Currently it uses webpack 4
aws-sdk-js-v3-workshop/packages/backend/package.json
Lines 36 to 37 in 6fb932b
Describe alternatives you've considered
Continue using webpack 4 as it's not going to be deprecated anytime soon.
Additional context
Webpack 5 fixes the bug with tree shaking in multiple entry points webpack/webpack#4453
Existing hack to avoid that bug
aws-sdk-js-v3-workshop/packages/backend/webpack.config.js
Lines 7 to 11 in 6fb932b
The text was updated successfully, but these errors were encountered: