Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(Webpack): Resolve webpack test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 19, 2018
1 parent a5347a9 commit dd47250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/webpack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ const ENV = process.env.ENV || process.env.NODE_ENV || 'test';

var config = webpackMerge(commonConfig, {

bail: false,

/**
* Source map for Karma from the help of karma-sourcemap-loader & karma-webpack
*
* Do not change, leave as is or it wont work.
* See: https://github.com/webpack/karma-webpack#source-maps
*/
devtool: 'inline-source-map',
devtool: 'cheap-eval-source-map',

/**
* Options affecting the normal modules.
Expand Down

0 comments on commit dd47250

Please sign in to comment.