fastpack/fastpack

Expose Fastpack API

axetroy opened this issue · 1 comments

Fastpack is very attractive to me because of the very fast speed.

I can use it instead of webpack to write my custom build system.

But unfortunately, it did not expose the API

const fastpack = require('fastpack');

fastpack({ ...options })
  .then(() => {})
  .catch(() => {});

Hi @axetroy. Thanks for reporting the issue! In fact, exposing the JavaScript API is in our TODO list. We were not sure how high priority is it. It looks like it is getting higher in the list now :)