Individual entrypoints
As well as individual projects, it is now possible to define specific, or individual entrypoints to build by specifying them using @
symbol and separating entrypoints by +
symbol.
Build all frontend entrypoints
build-tools build @frontend+editor
Build single project entrypoitns
build-tools build my-plugin@frontend
What's Changed
New Contributors
Full Changelog: 1.4.1...1.5.0