RFC: Add new moduleEntry
key to package.json to allow for manual addition of module scripts
#386
Labels
moduleEntry
key to package.json to allow for manual addition of module scripts
#386
In #372 we added support for JS modules to be loaded via
block.json
using theviewScriptModule
&scriptModule
keys. However since doing that I often ran into the need to actually add additional module scripts for extend some core functionality that isn't tied to a custom block we are developing.So we need some way to also add some additional JS modules that are not added as entry points via a
block.json
file. Because of that I think it would be good to add a newmoduleEntry
key to the tenup toolkit config inpackage.json
which would allow anyone to add additional module scriots.The text was updated successfully, but these errors were encountered: