Skip to content

Commit 0ddf280

Browse files
committed
Remove extraneous copypasta message
1 parent 7f18a2d commit 0ddf280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/babel-options-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function _addDecoratorPlugins(plugins, options, config, parent, project) {
316316
project.ui.writeWarnLine(
317317
`${_parentName(
318318
parent
319-
)} has added the static class block 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. Ember supports the stage 1 decorator spec and transforms, so if you were using stage 2, you'll need to ensure that your decorators are compatible, or convert them to stage 1.`
319+
)} has added the static class block plugin to its build, but ember-cli-babel provides these by default now! You can remove the transforms, or the addon that provided them.`
320320
);
321321
}
322322
} else {

0 commit comments

Comments
 (0)