Commit 71603f0
chore(amd): amd distribution
the default build is done for `commonjs` only. Since consumers might using other bundlers, in my case requirejs - which requires amd bundles - it would be great to create another compile target.
typically a structure for multi-targets would be
lib
-> umd
-> commonjs
-> amd
-> ...
Since i didn't want to override your project structure, amd here is now compiled to `dist/amd`1 parent 9629536 commit 71603f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments