JS: add DCE devmode. Fix mapping paths in source maps
See KT-20210, KT-21307
This commit is contained in:
+1
@@ -2,6 +2,7 @@ Usage: kotlin-dce-js <options> <source files>
|
||||
where possible options include:
|
||||
-keep <fully.qualified.name[,]>
|
||||
List of fully-qualified names of declarations that shouldn't be eliminated
|
||||
-dev-mode Development mode: don't strip out any code, just copy dependencies
|
||||
-output-dir <path> Output directory
|
||||
-Werror Report an error if there are any warnings
|
||||
-X Print a synopsis of advanced options
|
||||
|
||||
Reference in New Issue
Block a user