Hi folks
I’m using cocos command line to generate my Android release build:
cocos compile -p android -m release --android-studio
I have some javascript in a res folder /res/web that I do not want compiled by jscompile step.
I can see the sample ‘compiler_config_sample.json’ in the cocos tool’s plugin_jscompile, just not sure where to put this or how to get cocos compile to use this config - or maybe there is another way?
Cheers