Skip to content

Including ember-cli-typescript into an app with [email protected]+ emits warnings #707

Closed
@rwjblue

Description

@rwjblue

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions