Skip to content

Commit 3a6c695

Browse files
Work on external plugin compat (#90)
* Don’t bundle svelte * Overwrite the printer * Refactor * Add compat with `@trivago/prettier-plugin-sort-imports` * Verify compatibility with `prettier-plugin-organize-imports` * Update lockfile * Support autoloaded plugin paths * Fix naming
1 parent 02f0668 commit 3a6c695

File tree

6 files changed

+1159
-316
lines changed

6 files changed

+1159
-316
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ esbuild.build({
88
bundle: true,
99
platform: 'node',
1010
target: 'node12.13.0',
11-
external: ['prettier', 'svelte'],
11+
external: ['prettier'],
1212
minify: process.argv.includes('--minify'),
1313
watch: process.argv.includes('--watch'),
1414
plugins: [

0 commit comments

Comments
 (0)