Skip to content

Commit

Permalink
feat(browser): add iife bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kureniov committed Dec 13, 2019
1 parent adcd481 commit ca9ae20
Show file tree
Hide file tree
Showing 5 changed files with 2,221 additions and 1,745 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ coverage
docs/
src/
example/
rollup.config.js
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ For using this lib in browser it provides three options:
* AMD-style: `dist/browser/rbac.bundle.amd.js`
* System-style: `dist/browser/rbac.bundle.amd.js`
* ES6: `dist/browser/index.js` (`module` property is set for using with rollup and webpack)
* IIFE: `dist/browser/rbac.bundle.js` and `dist/browser/rbac.bundle.min.js` (not tested, it may not work properly)

### Benchmark results

Expand Down
Loading

0 comments on commit ca9ae20

Please sign in to comment.