Skip to content

Commit

Permalink
Added a webpack note for the readme (fixes #136)
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 30, 2020
1 parent a042f8d commit 6c00394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,8 @@ A library for working with [Table Schema](http://specs.frictionlessdata.io/table

## Getting started

> To use the library with `webpack` please replicate the `webpack.config.js->node` configuration - https://github.com/frictionlessdata/tableschema-js/blob/master/webpack.config.js
### Installation

The package use semantic versioning. It means that major versions could include breaking changes. It's highly recommended to specify `tableschema` version range in your `package.json` file e.g. `tabulator: ^1.0` which will be added by default by `npm install --save`.
Expand Down

0 comments on commit 6c00394

Please sign in to comment.