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

Force use of a specific prebuild binary #80

@jagu-sayan

Description

@jagu-sayan

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",
      }]
    }]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions