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
WARNING in ./node_modules/encoding/lib/iconv-loader.js 9:12-34
Critical dependency: the request of a dependency is an expression
@ ./node_modules/encoding/lib/encoding.js
@ ./node_modules/node-fetch/lib/body.js
@ ./node_modules/node-fetch/index.js
@ ./node_modules/garoon-soap/dist/client/client.js
@ ./node_modules/garoon-soap/dist/client/base.js
@ ./node_modules/garoon-soap/dist/garoon-soap.js
@ ./node_modules/garoon-soap/dist/main.js
garoon-soap を使ったソースコードを webpack でビルドすると以下の WARNING が出ます。
node-fetch のバージョン2系で依存から encoding を外しているようなので、node-fetch のバージョンを上げていただくと WARNING が解消できそうです。
node-fetch/node-fetch#302
The text was updated successfully, but these errors were encountered: