We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node:fs
1 parent 4a71ec3 commit 4ae46d7Copy full SHA for 4ae46d7
dev-packages/rollup-utils/plugins/make-esm-plugin.mjs
@@ -1,4 +1,4 @@
1
-import fs from 'fs';
+import fs from 'node:fs';
2
3
/**
4
* Outputs a package.json file with {type: module} in the root of the output directory so that Node
0 commit comments