Open
Description
in my react web application project, i upgrade quicktype-core@23.2.5, 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 quicktype-core@23.2.0, there is no error