davidmyersdev/vite-plugin-node-polyfills

Bug: `node:assert/strict` is not polyfilled

tscpp opened this issue · 0 comments

Summary

This is the error I am getting.

Internal server error: Failed to resolve import "node:assert/strict" from "...". Does the file exist?

If I patch the package to use node:assert instead, it works.