mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-28 16:44:12 +01:00
Generate all the dist files using webpack
This commit is contained in:
@@ -3,7 +3,8 @@ import path from 'path'
|
||||
const config = {
|
||||
target: 'web',
|
||||
entry: {
|
||||
mermaid: './src/mermaid.js'
|
||||
mermaid: './src/mermaid.js',
|
||||
mermaidAPI: './src/mermaidAPI.js'
|
||||
},
|
||||
externals: 'fs',
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user