You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using the task imported from ember-concurrency in a v2 Ember addon, rollup will complain during build time that the import is unused:
"task" imported from external module "ember-concurrency" but never used
It appears that after transpilation, the JS output in dist changes the task to import and use buildTask, which may play a roll in this.
This is with using the task syntax of:
If using the
task
imported fromember-concurrency
in a v2 Ember addon, rollup will complain during build time that the import is unused:It appears that after transpilation, the JS output in
dist
changes thetask
to import and usebuildTask
, which may play a roll in this.This is with using the task syntax of:
The text was updated successfully, but these errors were encountered: