Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/oxfmt/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ export default defineConfig({
noExternal: [
// Bundle it to control version
"prettier",

// We are using patched version, so we must bundle it
// Also, it internally loads plugins dynamically, so they also must be bundled
"prettier-plugin-tailwindcss",
/^prettier\/plugins\//,

// Cannot bundle: worker.js runs in separate thread and can't resolve bundled chunks
// Be sure to add it to "dependencies" in `npm/oxfmt/package.json`!
// "tinypool",
Expand Down
Loading