Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Jul 30, 2023
1 parent d18d1dc commit 444d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/playground/workers/prettierWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { isJsonFilename, isTypeScriptFilename } from "../utils";
import prettier, { Options as PrettierOptions } from "prettier";
// @ts-expect-error
import parserBabel from "prettier/esm/parser-babel";
import parserBabel from "prettier/esm/parser-babel.mjs";

let settings = defaultPlaygroundState.settings;

Expand Down

0 comments on commit 444d3ef

Please sign in to comment.