Skip to content

Commit

Permalink
use node: prefix for fs and path
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Mar 29, 2024
1 parent 46e001c commit 659cf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lexical-playground/viteCopyEsm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* LICENSE file in the root directory of this source tree.
*
*/
import fs from 'fs';
import path from 'path';
import * as fs from 'node:fs';
import * as path from 'node:path';
import copy from 'rollup-plugin-copy';

function parseImportMapImportEntries() {
Expand Down

0 comments on commit 659cf0a

Please sign in to comment.