Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCicero committed Dec 7, 2016
1 parent 7710bf1 commit 30904cc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,28 @@ new Eth(...);
</script>
```

## Latest Webpack Figures

Hash: 312cb780824459f46121
Version: webpack 2.1.0-beta.15
Time: 802ms
Asset Size Chunks Chunk Names
ethjs-query.js 243 kB 0 [emitted] main
ethjs-query.js.map 303 kB 0 [emitted] main
[2] ./lib/index.js 4.97 kB {0} [built]
+ 2 hidden modules

> ethjs-query@0.1.1 build:umd:min /home/nick/github/ethjs-query
> cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress
Hash: cdbbccab14a0f8e45077
Version: webpack 2.1.0-beta.15
Time: 3238ms
Asset Size Chunks Chunk Names
ethjs-query.min.js 105 kB 0 [emitted] main
[2] ./lib/index.js 4.97 kB {0} [built]
+ 2 hidden modules

Note, even though `ethjs` should have transformed and polyfilled most of the requirements to run this module across most modern browsers. You may want to look at an additional polyfill for extra support.

Use a polyfill service such as `Polyfill.io` to ensure complete cross-browser support:
Expand Down

0 comments on commit 30904cc

Please sign in to comment.