I use the latest version of nodejs, typescript and webpack. for this code: ``` import * from "fs/promises" ``` running `tsc` compiles the files without any problem, but with `webpack` I got the error `Module not found: Error: Can't resolve 'fs/promises'`
I use the latest version of nodejs, typescript and webpack.
for this code:
running
tsccompiles the files without any problem, but withwebpackI got the errorModule not found: Error: Can't resolve 'fs/promises'