-
-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Description
Get the following errors when I try to use fileTypeFromBlob in browser:
ERROR in node:buffer
Module build failed: UnhandledSchemeError: Reading from "node:buffer" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
...
ERROR in node:stream
Module build failed: UnhandledSchemeError: Reading from "node:stream" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
...
I can successfully build my project only with target: "node"
in webpack config. Webpack 5.64.4, file-type 17.0.0.
Paden, jjv360, daveteu, shwao, lorisleiva and 4 more
Metadata
Metadata
Assignees
Labels
No labels