Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
use microbundle for release bundle generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jul 18, 2020
1 parent 12c38b2 commit b0c5658
Show file tree
Hide file tree
Showing 4 changed files with 8,056 additions and 4,576 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,11 @@ npm run format

## 🛳 Production

The build script will compile `src/` with `tsc` into:
The build script will compile `src/` with [`microbundle`](https://github.com/developit/microbundle) into:

1. CommonJS module with ES5 syntax
2. ES module with ES6 syntax
1. CommonJS module
2. ES module
3. UMD build

```bash
npm run build
Expand Down
Loading

0 comments on commit b0c5658

Please sign in to comment.