[JS DCE] Add an ability to define overwriting strategy when copying dependencies in dev-mode

* CLI option "-Xdev-mode-overwriting-strategy"
* System Property "kotlin.js.dce.devmode.overwriting.strategy"

Possible values: "older", "all".

#KT-36349 Fixed
This commit is contained in:
Zalim Bashorov
2020-02-19 16:51:09 +03:00
parent 07ca355af8
commit 6f61ea7f67
5 changed files with 40 additions and 37 deletions
+1
View File
@@ -0,0 +1 @@
-X