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
Currently this package has a dependency on log4js. This is causing an issue in our builds (NextJS, so Webpack) as lib/appenders/index.js in the log4js package uses dynamic imports.
I have looked in how this package is using log4js and currently it is using the library for one single case:
src/api.js:145 to log that an argument is missing. In all other cases console.log is used.
I think it is not worth a whole library to log just one single case.
The text was updated successfully, but these errors were encountered:
ckulinsk
changed the title
Remove dependency on log4js
DXE-4775 Remove dependency on log4js
Feb 24, 2025
Hi,
Currently this package has a dependency on log4js. This is causing an issue in our builds (NextJS, so Webpack) as lib/appenders/index.js in the log4js package uses dynamic imports.
I have looked in how this package is using log4js and currently it is using the library for one single case:
src/api.js:145 to log that an argument is missing. In all other cases console.log is used.
I think it is not worth a whole library to log just one single case.
The text was updated successfully, but these errors were encountered: