Skip to content

Commit 928576d

Browse files
committed
use node:fs
1 parent 558ec88 commit 928576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/rollup-utils/plugins/make-esm-plugin.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import fs from 'fs';
1+
import fs from 'node:fs';
22

33
/**
44
* Outputs a package.json file with {type: module} in the root of the output directory so that Node

0 commit comments

Comments
 (0)