Update some dependencies

This commit is contained in:
Tyler Long
2018-03-06 14:37:27 +08:00
parent 204b029973
commit 3f55200737
11 changed files with 2001 additions and 681 deletions

View File

@@ -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
})
}