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' import { webConfig } from './webpack.config.base.js'
const webpackConfig = webConfig()
module.exports = function (config) { module.exports = function (config) {
config.set({ config.set({
@@ -29,8 +31,8 @@ module.exports = function (config) {
}, },
webpack: { webpack: {
externals: webConfig.externals, externals: webpackConfig.externals,
module: webConfig.module module: webpackConfig.module
}, },
// test results reporter to use // test results reporter to use