Skip to content

2015-05-03 Webpack support

Choose a tag to compare

@zordius zordius released this 03 May 02:47
· 40 commits to master since this release
  • Add example of webpack
  • Now .setupMiddleware() will throw when be executed on the same express instance more than once.
  • Now .setBaseURL() will warn when be executed after .setupMiddleware()
  • new .middlewareMounted() API
  • Now the .request() result R.response.body removed because it is dupe with R.body . This makes client side .request() save 50% response size.