Does Mini Program need to keep less files in the later stage of development?

using vscode to install plug-ins makes it possible to develop in less in Mini Program and compile to less at the same time.
but if both less and wxss become much bigger at a later stage of development, does less still need to be retained? But if you don"t keep it, you have to change the wxss directly, which doesn"t feel right. If you keep it, the file is too large.
and Mini Program"s directory format doesn"t seem to support separating less into a separate file.
do you want to ask the boss if he has any experience to teach?


needs to keep the less file, which must be preserved before compilation, and also needs to be maintained later. Of course, exclude is needed when uploading.
project.config.json you can add the file path of ignore so that it will not be uploaded to Mini Program server.

Menu