Skip to content

Commit

Permalink
Adding webpack node-loader line (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Darek <dchrostowski@medallia.com>
  • Loading branch information
Bidek56 and Darek committed Aug 30, 2023
1 parent 5f2ada0 commit 8fdfbeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ If you want a bleeding edge release or maximal performance you should compile **
$ cd nodejs-polars && yarn build:debug && yarn build:ts # this will generate a /bin directory with the compiles TS code, as well as the rust binary
```

## Webpack configuration
To use `nodejs-polars` with [Webpack](https://webpack.js.org) please use [node-loader](https://github.com/webpack-contrib/node-loader) and `webpack.config.js`

## Acknowledgements

Development of Polars is proudly powered by
Expand Down

0 comments on commit 8fdfbeb

Please sign in to comment.