esbuild-plugin-polyfill-node
esbuild-plugin-polyfill-node copied to clipboard
Fix Deprecation Warning: fs.Stats Constructor Is Deprecated
Error:
(node:72235) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
Changes:
-
package.json:- Updated
@jspm/coreto version2.1.0. - Updated
import-meta-resolveto version4.1.0.
- Updated
-
tsconfig.json:- Changed
moduletoNodeNextfor better Node.js compatibility. - Updated
targettoES2020. - Added
declaration: trueto generate type declaration files.
- Changed
-
tsup.config.ts:- Added
shims: trueto include necessary Node.js polyfills.
- Added
Hi @cyco130! Any updates on this?