mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
#1247 fix "window is not defined" with ssr
This commit is contained in:
parent
7e01f9be6e
commit
6f450272b8
@ -50,7 +50,8 @@ export const jsConfig = () => {
|
||||
filename: '[name].js',
|
||||
library: 'mermaid',
|
||||
libraryTarget: 'umd',
|
||||
libraryExport: 'default'
|
||||
libraryExport: 'default',
|
||||
globalObject: 'typeof self !== "undefined" ? self : this'
|
||||
},
|
||||
module: {
|
||||
rules: [amdRule, jsRule, scssRule, jisonRule]
|
||||
|
Loading…
x
Reference in New Issue
Block a user