1.5.0 • Published 3 years ago

node-bindings-loader v1.5.0

Weekly downloads
174
License
MIT
Repository
github
Last release
3 years ago

Node-bindings-loader module

Package to resolve the node-bindings pattern with the compiled bindings at compile time.

To be used in combo with loaders like native-ext-loader

Installation

npm install --save-dev node-bindings-loader

Usage

Update rules entry in the Webpack configuration file:

module: {
    rules: [{
        test: /\.js$/,
        loader: "node-bindings-loader"
    }];
}

License

MIT

Author

Alessio Paccoia <alessio.paccoia@cubbit.io>

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago