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
Hi 👋
I'm trying to compile ts library with hooks package, but keep getting error issues which point to umd module.
WARNING in ../../node_modules/@feathersjs/hooks/umd/utils.js 3:24-31
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
@ ../../node_modules/@feathersjs/hooks/umd/base.js
@ ../../node_modules/@feathersjs/hooks/umd/index.js
@ ./src/plugins/ImageColorConverter/ImageColorConverter.ts 55:14-42
@ ./src/index.ts 6:28-88
I have several issues like this. This is my webpack.config file that I'm using
We have been seeing the same when trying to upgrade Feathers. I created a follow-up issue in the build tool that we are using. For now you might want to stick with version v0.6.5 which shouldn't have that problem and has mostly the same functionality.
Hi 👋
I'm trying to compile ts library with
hooks
package, but keep getting error issues which point toumd
module.I have several issues like this. This is my webpack.config file that I'm using
I'm using in in one submodule of this library.
Module versions
"@feathersjs/hooks": "0.7.2"
NodeJS version:
v16.13.0
Operating System:
macOS Monterey
Browser Version:
Chrome Version 97.0.4692.99 (Official Build) (arm64)
Module Loader:
"webpack": "5.68.0",
The text was updated successfully, but these errors were encountered: