Fix a typo

This commit is contained in:
Tyler Long
2017-09-03 09:50:25 +08:00
parent ceb8430f9b
commit e4cb1dcbfd

View File

@@ -3,6 +3,8 @@
import { webConfig } from './webpack.config.base.js'
const webpackConfig = webConfig()
module.exports = function (config) {
config.set({
@@ -29,8 +31,8 @@ module.exports = function (config) {
},
webpack: {
externals: webConfig.externals,
module: webConfig.module
externals: webpackConfig.externals,
module: webpackConfig.module
},
// test results reporter to use