Skip to content

Commit

Permalink
build(tests): Use cheaper source maps to speed up test compilation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored and mergify[bot] committed Dec 20, 2019
1 parent 9fe2a25 commit b840356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const commonConfig = require('./webpack.common.config');
const baseConfig = commonConfig('en-US');

const config = merge(baseConfig, {
devtool: 'inline-source-map',
devtool: 'inline-cheap-source-map',
mode: 'development',
resolve: {
alias: {
Expand Down

0 comments on commit b840356

Please sign in to comment.