This repository was archived by the owner on Jun 15, 2019. It is now read-only.
Commit 7a818e4
committed
build(rollup): Outputs were separated per target (browser and node)
Now, the project has 3 outputs:
1. `main.umd.js`: Dependencies have not been bundled / Suitable to use in "node" and any other
environment that is compatible with UMD module-system and can resolve dependencies.
2. `bundle.umd.js`: Dependencies have been bundled / Suitable for browser environment and in
<script> tag
3. `bundle.esm.js`: Dependencies have been bundled / Suitable for browser environment but is
compatible with ES6 imports.
See: ".releaserc.json" file.1 parent a01dae0 commit 7a818e4
File tree
5 files changed
+920
-25
lines changed5 files changed
+920
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments