Closed NullVoxPopuli closed 2 years ago
doh! nevermind. I forgot my ember-cli-build.js had this:
let app = new EmberAddon(defaults, {
babel: {
loose: true,
plugins: [
// ['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
],
},
});
while I was trying to find a work-around for: https://github.com/babel/ember-cli-babel/issues/419
removing all that config fixes this issue
This is a weird one -- potentially also related to https://github.com/babel/ember-cli-babel/issues/419
Found: https://github.com/NullVoxPopuli/ember-statechart-component/runs/4422910549?check_suite_focus=true#step:5:40
What's weird about this error, is that this addon isn't doing anything with private methods.... so... babel is continuing to confuse me and it's compounding. Is babel even a good idea? lol