This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Commit 03285c9
committed
fix(@nguniversal/builders): bundle critters in common engine.
critters is shipped with ES2015 this that we cannot extend it when we use the UMD because a downlevelled class cannot extend an ES2015 class as it will cause `cannot be invoked without 'new'`
With this change, critters will be included in the UMD bundle and downelevelled which would result in us being able to extend it.
Closes #1970
(cherry picked from commit 68b392a)1 parent 92ea3e6 commit 03285c9
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments