Update packages/playground/compile.js

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8871/head
gtmnayan 3 years ago committed by GitHub
parent f8846d5265
commit bd65818602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
import { readFileSync } from 'fs'; import { readFileSync } from 'node:fs';
import { compile } from '../svelte/src/compiler/index.js'; import { compile } from '../svelte/src/compiler/index.js';
const code = readFileSync('src/App.svelte', 'utf8'); const code = readFileSync('src/App.svelte', 'utf8');

Loading…
Cancel
Save