This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Description
Hello,
I am on OS X and I want to build my project with a iltorb linux prebuild. Because sometimes, I manually deploy my project on a linux server.
I don't find an easy way to do that :/
I also use webpack with this config to use iltorb:
{
module : {
rules : [{
// Load brotli binary (in ./node_modules/iltorb/build/bindings/iltorb.node)
test : /\.(node)$/,
use : [{
loader : "file-loader",
}]
}]
}
}