[Gradle, JS] Disable optimization in webpack for karma tests
^KT-56192 fixed
This commit is contained in:
committed by
Space Team
parent
9d911247fa
commit
42ded7be09
@@ -6,7 +6,7 @@ const {absolutify} = require("webpack/lib/util/identifier");
|
||||
// https://github.com/webpack/webpack/issues/12951
|
||||
class PatchSourceMapSourcePlugin {
|
||||
apply(compiler) {
|
||||
compiler.hooks.beforeRun.tap("PathcSourceMapSourcePlugin", compiler => {
|
||||
compiler.hooks.beforeRun.tap("PatchSourceMapSourcePlugin", compiler => {
|
||||
const original = SourceMapSource.prototype._ensureSourceMapObject;
|
||||
|
||||
SourceMapSource.prototype._ensureSourceMapObject = function () {
|
||||
|
||||
Reference in New Issue
Block a user