mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56: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
|
- webpack warning: lodash too big
|
||||||
- add coveralls
|
- add coveralls
|
||||||
- git graph requires a blank line at the end. why?
|
- git graph requires a blank line at the end. why?
|
||||||
|
- Move cli to mermaid-cli project ?
|
||||||
|
@@ -17,7 +17,7 @@ export const webConfig = () => {
|
|||||||
entry: {
|
entry: {
|
||||||
mermaid: './src/mermaid.js'
|
mermaid: './src/mermaid.js'
|
||||||
},
|
},
|
||||||
externals: 'fs',
|
externals: ['fs'],
|
||||||
output: {
|
output: {
|
||||||
path: path.join(__dirname, './dist/'),
|
path: path.join(__dirname, './dist/'),
|
||||||
filename: '[name].js'
|
filename: '[name].js'
|
||||||
|
Reference in New Issue
Block a user