mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-30 13:46:43 +02:00
Minor change to webpack config
This commit is contained in:
1
todo.md
1
todo.md
@@ -9,3 +9,4 @@
|
||||
- webpack warning: lodash too big
|
||||
- add coveralls
|
||||
- git graph requires a blank line at the end. why?
|
||||
- Move cli to mermaid-cli project ?
|
||||
|
@@ -17,7 +17,7 @@ export const webConfig = () => {
|
||||
entry: {
|
||||
mermaid: './src/mermaid.js'
|
||||
},
|
||||
externals: 'fs',
|
||||
externals: ['fs'],
|
||||
output: {
|
||||
path: path.join(__dirname, './dist/'),
|
||||
filename: '[name].js'
|
||||
|
Reference in New Issue
Block a user