Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2017-10-30 17:35:11 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2017-10-30 18:27:44 +0300
commita35d5671f8c5bc22182aa5c67c1153d360696278 (patch)
tree2fc0746194beb6915e70d6ceb570e402624b9b88 /karma.conf.js
parentd17138e356437a6814c768a9578c13efca061c2d (diff)
Separate webpack configs
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 65447866c..ac73e20ce 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -1,7 +1,7 @@
// Karma configuration
// Generated on Tue Sep 01 2015 13:54:51 GMT+0200 (CEST)
-var webpackConfig = require('./js/webpack.config.js');
+var webpackConfig = require('./js/webpack.dev.config.js');
webpackConfig.entry = './js/tests/noop_init.js';
webpackConfig.module.rules.push({
@@ -30,7 +30,7 @@ module.exports = function (config) {
// list of files to exclude
exclude: [
- 'js/webpack.config.js',
+ 'js/webpack.*.js',
'js/init.js'
],
// preprocess matching files before serving them to the browser