vite-plugin-node-polyfills icon indicating copy to clipboard operation
vite-plugin-node-polyfills copied to clipboard

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

Open tscpp opened this issue 1 year ago • 0 comments
trafficstars

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.

tscpp avatar May 10 '24 20:05 tscpp