Skip to content

Commit

Permalink
Remove deprecated cjs vite config loading (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jan 4, 2024
1 parent 8a980dc commit 5c0c6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
".eslintrc.dist.cjs",
"jest.config.js",
"rollup.config.js",
"rollup.config.worker.js"
"rollup.config.worker.js",
"vite.config.mjs"
],
"exclude": ["dist/**"]
}
1 change: 1 addition & 0 deletions vite.config.js → vite.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */
import { babel } from '@rollup/plugin-babel';
import dns from 'dns';
import { resolve } from 'path';
Expand Down

0 comments on commit 5c0c6f4

Please sign in to comment.