Skip to content

Commit

Permalink
Vite 5 (#1813)
Browse files Browse the repository at this point in the history
use vite 5. fix complaint about CJS: don't use CJS for postcss config
  • Loading branch information
david-crespo authored Nov 17, 2023
1 parent ae8218d commit 17408f6
Show file tree
Hide file tree
Showing 5 changed files with 1,255 additions and 933 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright Oxide Computer Company
*/

module.exports = {
export default {
// note: it seems like tailwind has to be last for it to work
plugins: ['@ianvs/prettier-plugin-sort-imports', 'prettier-plugin-tailwindcss'],
printWidth: 92,
Expand Down
Loading

0 comments on commit 17408f6

Please sign in to comment.