diff --git a/packages/playground/compile.js b/packages/playground/compile.js index f0e6b48763..8b6dac9f1a 100644 --- a/packages/playground/compile.js +++ b/packages/playground/compile.js @@ -1,4 +1,4 @@ -import { readFileSync } from 'fs'; +import { readFileSync } from 'node:fs'; import { compile } from '../svelte/src/compiler/index.js'; const code = readFileSync('src/App.svelte', 'utf8');