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 was archived by the owner on Jul 12, 2024. It is now read-only.
Recently I tried to build with explat-client-react-helpers@0.0.3 but encounter an error due to optional chaining operators. I found it's a webpack issue that Webpack v4 doesn't support it.
I've updated the exclude option of babel-loader as a webpack4 solution in this commit c986711.
But I think we should consider updating to Webpack v5.
Recently I tried to build with
explat-client-react-helpers@0.0.3but encounter an error due to optional chaining operators. I found it's a webpack issue that Webpack v4 doesn't support it.I've updated the
excludeoption of babel-loader as a webpack4 solution in this commit c986711.But I think we should consider updating to Webpack v5.