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