This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Webpack v5/Create-React-App v5 compatibility #190
Comments
Git2Gus App is installed but the |
Installing querystring-es3 ( resolve: {
fallback: {
// SEE: https://github.com/mulesoft-labs/js-client-oauth2/issues/190
querystring: require.resolve('querystring-es3'),
}
} |
The webpack config is not accessible unless you eject. This unfortunately makes this solution only use-able for certain setups. |
@cedriclevarlet You can try |
For anyone using Vite:
Add the querystring fallback/alias in the resolve.alias option in your vite.config.ts file |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to import this on a webpack v5 project is giving me the following error:
The text was updated successfully, but these errors were encountered: