Skip to content

Commit

Permalink
Switch Vite to ESM (#49)
Browse files Browse the repository at this point in the history
* refactor: switch vite to esm build
  • Loading branch information
ae9is committed Apr 28, 2024
1 parent ac9cb84 commit 236cf91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fontpicker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"src",
"font-preview/**/*.json",
".eslintrc.js",
"vite.config.ts",
"vite.config.mts",
"cypress.d.ts", // needed for ide only
],
"exclude": [
Expand Down
File renamed without changes.

0 comments on commit 236cf91

Please sign in to comment.