mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +02:00
chore: Add vite support for define
This commit is contained in:
@@ -33,4 +33,8 @@ export default defineConfig({
|
||||
esmExternals: true,
|
||||
},
|
||||
},
|
||||
define: {
|
||||
// Needs to be string
|
||||
includeLargeDiagrams: 'true',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user