FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
176 stars 55 forks source link

fix: fix `node:` imports #85

Open UziTech opened 3 months ago

UziTech commented 3 months ago

Fixes imports like:

import path from 'node:path'

fixes #84