refactor: migrate to ESM

This commit is contained in:
syuilo 2024-01-20 13:57:03 +09:00
parent b9a81edae5
commit 1de29e5566
7 changed files with 45 additions and 24 deletions

View file

@ -101,11 +101,6 @@ export function getConfig(): UserConfig {
__VUE_PROD_DEVTOOLS__: false,
},
// https://vitejs.dev/guide/dep-pre-bundling.html#monorepos-and-linked-dependencies
optimizeDeps: {
include: ['misskey-js', 'misskey-reversi', 'misskey-bubble-game'],
},
build: {
target: [
'chrome116',