From e4cb1dcbfd51fa325553e25bc351b642d9d2dccf Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Sun, 3 Sep 2017 09:50:25 +0800 Subject: [PATCH] Fix a typo --- karma.conf.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index cca12613f..91c7bed34 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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