We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9901ee commit d324357Copy full SHA for d324357
scripts/build.js
@@ -24,7 +24,6 @@ function bundle(format) {
24
const options = {
25
entryPoints: [path.join(import.meta.dirname, "../lib/index.js")],
26
bundle: true,
27
- external: ["prettier"],
28
tsconfigRaw: JSON.stringify({}),
29
target: ["node14"],
30
format,
0 commit comments