I am getting the following 500 error when I deploy my application to docker.
500
Named export 'VBinder' not found. The requested module 'vueuc' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'vueuc'; const { VResizeObserver, VirtualList, VFollower, VBinder, VTarget, VFocusTrap, VLazyTeleport } = pkg;
500
Named export 'VBinder' not found. The requested module 'vueuc' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'vueuc'; const { VResizeObserver, VirtualList, VFollower, VBinder, VTarget, VFocusTrap, VLazyTeleport } = pkg;