提交 7fea09bf 编写于 作者: F Filipa Lacerda

Merge branch 'winh-karma-sourcemaps' into 'master'

Use inline source maps for karma

Closes #30996

See merge request !11815
......@@ -13,6 +13,8 @@ if (webpackConfig.plugins) {
});
}
webpackConfig.devtool = 'cheap-inline-source-map';
// Karma configuration
module.exports = function(config) {
var progressReporter = process.env.CI ? 'mocha' : 'progress';
......
......@@ -74,8 +74,6 @@ var config = {
chunkFilename: IS_PRODUCTION ? '[name].[chunkhash].chunk.js' : '[name].chunk.js',
},
devtool: 'cheap-module-source-map',
module: {
rules: [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册