Bankai Versions Save

:station: - friendly web compiler

v9.8.0

6 years ago
  • Add experimental async server rendering (#427)
  • Lookup browserslist config to determine Babel compile targets (#438)
  • Add envify in bankai start (#436)

Thanks to @tornqvist, @yoshuawuyts for their work on this release! :sparkles:

v9.7.0

6 years ago
  • Persistent cache (#426)
  • Add base option (#399)

v9.6.0

6 years ago
  • Add code of conduct, issue templates, etc (#405)

  • Update browserify to v16 (#415)

  • Add output dir option to bankai build (#416)

    Now you can do

    bankai build app.js public/
    

    to configure the output directory.

v3.3.0

7 years ago

fix: ensure node lts compatibility (#66, #75) feat: support browserify basedir option (#46)