This message was deleted.
# community-support
s
This message was deleted.
v
Iirc, the problem is not, that you have two plugins blocks. The problem is, that you ahve one plugins block within a script plugin. Script plugins do not support the plugins block but can only apply plugins via legacy
apply
method. One of the reasons amongst others why legacy script plugins are bad and should be avoided. I would indeed recommend to make it a precompiled script plugin instead.
p
Thank you for the answer. That explains quite a bit and seems logical looking at some docs and SO posts. Seems I will do that then and see where that brings me! Thanks for the help!
👌 1