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
- message: unable to resolve babel plugin @babel/plugin-proposal-private-methods from /tmp/embroider/41c7ff/tests/dummy
at WaitForTrees (@embroider/compat/app)
-~- created here: -~-
at new Plugin (/home/runner/work/ember-statechart-component/ember-statechart-component/node_modules/@embroider/core/node_modules/broccoli-plugin/dist/index.js:47:36)
at new WaitForTrees (/home/runner/work/ember-statechart-component/ember-statechart-component/node_modules/@embroider/core/src/wait-for-trees.js:30:9)
at CompatApp.get tree (/home/runner/work/ember-statechart-component/ember-statechart-component/node_modules/@embroider/core/src/build-stage.js:26:16)
at CompatApp.<anonymous> (/home/runner/work/ember-statechart-component/ember-statechart-component/node_modules/typescript-memoize/dist/memoize-decorator.js:132:52)
which, I don't quite understand, because this plugin should not be used?
my targets declare that I don't need private-method transformation. 🤔
I tried
❯ npx browserslist --update-db
Latest version: 1.0.30001284
Installed version: 1.0.30001284
caniuse-lite is up to date
caniuse-lite has been successfully updated
No target browser changes
but my browsers list is already up to date.
The text was updated successfully, but these errors were encountered:
NullVoxPopuli
added a commit
to NullVoxPopuli/ember-statechart-component
that referenced
this issue
Dec 3, 2021
In this Ci Run: https://github.com/NullVoxPopuli/ember-statechart-component/runs/4413261031?check_suite_focus=true#step:5:135
from this PR: NullVoxPopuli/ember-statechart-component#149
which is trying to get around: emberjs/ember-cli-babel#419
I've run in to this error:
which, I don't quite understand, because this plugin should not be used?
my targets declare that I don't need private-method transformation. 🤔
I tried
but my browsers list is already up to date.
The text was updated successfully, but these errors were encountered: