Skip to content

Commit e688586

Browse files
authored
Add note about add-on install size when using this.
1 parent 88c2874 commit e688586

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Babel) needs to be specified in the `dependencies`, not `devDependencies`, to
3131
use it for developing the add-on itself: that's how its compiled output can be
3232
used in consuming apps or add-ons.
3333

34+
### :warning: Warning: install size
35+
36+
This is a WIP :construction: part of the add-on, and it *will* make a dramatic
37+
difference in the size of your add-on in terms of installation. (It won't affect
38+
the size of the add-on after build, of course!)
39+
40+
We're working on making a solution that lets us ship generated typings and
41+
compiled JavaScript instead of shipping the entire TypeScript compiler toolchain
42+
for add-ons. If you're using ember-cli-typescript in an add-on, you might add a
43+
note to your users about the install size until we get that sorted out!
3444

3545
## Configuration file notes
3646

0 commit comments

Comments
 (0)