MapComplete/vite.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
106 B
JavaScript
Raw Normal View History

2023-01-15 23:28:02 +01:00
/** @type {import('vite').UserConfig} */
export default {
// config options
optimizeDeps: ["util"],
}