forked from abner/for-legacy-web
chore: exclude revolt.js from pre bundling
parent
f7be9df980
commit
136238f62e
|
|
@ -99,4 +99,7 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ["revolt.js"],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue