Remove mangling for kotlin-test-js-runner

This commit is contained in:
Ilya Goncharov
2019-09-21 01:27:20 +03:00
parent e59d1a0ef1
commit f0e72c4d71
@@ -67,19 +67,6 @@ function plugins() {
BIN: Object.keys(pckg.bin)[0],
DESCRIPTION: pckg.description
}
},
mangle: {
properties: {
keep_quoted: true,
reserved: [
"kotlin",
"suite", "test",
"setAdapter", "setAssertHook_4duqou$", "detectAdapter_8be2vx$",
// TODO: Find why window.__karma__.config.args mangled
"args"
]
},
toplevel: true,
}
})
]