Skip to content

Commit 17408f6

Browse files
authored
Vite 5 (#1813)
use vite 5. fix complaint about CJS: don't use CJS for postcss config
1 parent ae8218d commit 17408f6

File tree

5 files changed

+1255
-933
lines changed

5 files changed

+1255
-933
lines changed

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright Oxide Computer Company
77
*/
88

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

0 commit comments

Comments
 (0)