feat: fix frontend build error by updating index.html and vite.config.ts
This commit is contained in:
@ -12,5 +12,9 @@ export default defineConfig({
|
||||
rollupOptions: {
|
||||
input: "index.html",
|
||||
},
|
||||
// モジュール解決を明示
|
||||
commonjsOptions: {
|
||||
include: [],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user