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
When using got with Webpack, the Webpack process outputs the following WARNING:
WARNING in ./node_modules/keyv/src/index.js 18:14-40
Critical dependency: the request of a dependency is an expression
@ ./node_modules/cacheable-lookup/index.js
@ ./node_modules/got/dist/source/normalize-arguments.js
@ ./node_modules/got/dist/source/create.js
@ ./node_modules/got/dist/source/index.js
@ ./src/foo.js
Expected behavior
The expected behavior is not to see warnings in a Webpack run (unless I caused them).
Versions
Actual behavior
When using got with Webpack, the Webpack process outputs the following WARNING:
Expected behavior
The expected behavior is not to see warnings in a Webpack run (unless I caused them).
Code to reproduce
To reproduce:
npm install
npm run webpack
The source code of the project is simply the code snippet from the got readme, and got is the only production dependency in the demo project.
Checklist
Thanks for looking into this! If there is anything I can do on my side to work around the problem, or to help you fix it for good, please advise.
The text was updated successfully, but these errors were encountered: