revert changes of vite.config.ts
This commit is contained in:
parent
41f9a0bda9
commit
8b73a1a6b3
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
sourcemap: process.env.NODE_ENV === "development",
|
||||
reportCompressedSize: false,
|
||||
commonjsOptions: {
|
||||
include: [/node_modules/],
|
||||
include: [/firefish-js/, /node_modules/],
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
|
|
Loading…
Reference in a new issue