Skip to content

Add tag option for conditional compilation

ltngames requested to merge add-optional-cc into master

Adds an option to add conditional compilation tags that allow for optional conditional compilation. This means the default build command will only build MZ version, to build a free or MV version you will need to add the --tags mv, free command line argument. This will not allow custom conditional compilation tags for the default Rollup plugin as of yet but that can will an option in the future.

Edited by ltngames

Merge request reports