Skip to content

Adding support for metaFiles to define processors for themselves

Compare
Choose a tag to compare
@thetutlage thetutlage released this 08 Sep 13:46
· 458 commits to develop since this release

Earlier one can define copyToBuild files, which adonis-cli will copy to the build folder. However, that limits to just copying files. The newer API even allows running own processors on a given file or set of files under a pattern

  • feat: remove copyToBuild in favor of metaFiles 773707d
  • chore(package): update dependencies 196dd5b
  • fix: default export application aab2723

v1.0.11...v1.0.12