mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-23 16:04:12 +02:00
Update some dependencies
This commit is contained in:
@@ -27,6 +27,7 @@ export default function (config) {
|
||||
},
|
||||
|
||||
webpack: {
|
||||
mode: 'development',
|
||||
node: webpackConfig.node,
|
||||
module: webpackConfig.module,
|
||||
devtool: 'inline-source-map'
|
||||
@@ -56,6 +57,6 @@ export default function (config) {
|
||||
|
||||
// Continuous Integration mode
|
||||
// if true, Karma captures browsers, runs the tests and exits
|
||||
singleRun: false
|
||||
singleRun: true
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user