quicktype
quicktype copied to clipboard
[BUG]: Module build failed: UnhandledSchemeError: Reading from "node:fs" is not handled by plugins (Unhandled scheme).
in my react web application project, i upgrade [email protected], build the project, has a error
fatal - Error: ERROR in node:fs
Module build failed: UnhandledSchemeError: Reading from "node:fs" 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.
if i use [email protected], there is no error