question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Including ember-cli-typescript into an app with ember-cli-babel@7.7+ emits warnings

See original GitHub issue

What 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chriskrychocommented, Jul 17, 2019

Thanks for flagging it up, @bartocc! This is indeed resolved by #730, now closed.

0reactions
lolmauscommented, Aug 27, 2019

@dfreeman Thx for the clarification! 🙇

CC @simonihmig @nickschot @andreasschacht

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found