Including ember-cli-typescript into an app with ember-cli-babel@7.7+ emits warnings
See original GitHub issueWhat are instructions we can follow to reproduce the issue?
ember new test-ts-warning
cd test-ts-warning
ember install ember-cli-typescript
ember build
Now about that bug. What did you expect to see?
No console warnings.
What happened instead?
The following warnings are emitted:
WARNING: test-ts-warning has added the class-properties plugin to its build, but ember-cli-babel provides these by default now! You can remove the transforms, or the addon that provided them, such as @ember-decorators/babel-transforms.
WARNING: test-ts-warning has added the class-properties plugin to its build, but ember-cli-babel provides these by default now! You can remove the transforms, or the addon that provided them, such as @ember-decorators/babel-transforms.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for flagging it up, @bartocc! This is indeed resolved by #730, now closed.
@dfreeman Thx for the clarification! 🙇
CC @simonihmig @nickschot @andreasschacht