Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@ampersarnie ampersarnie released this 25 Nov 10:38

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

  • Add support for declaring specific endpoints to be built by @con322 in #120

New Contributors

Full Changelog: 1.4.1...1.5.0