Including ember-cli-typescript into an app with [email protected]+ emits warnings #707
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels