NullVoxPopuli
NullVoxPopuli
even if I reset all maybeEmbroider options and all index.js#options, I get an error about `babel-plugin-htmlbars-inline-precompile` not being able to be found 🤔
I figured it out. The very act of adding the template compiler.. breaks things. Not sure how yet. Here is the reproduction, split out by commit: https://github.com/NullVoxPopuli/reproduce-auto-import-450/commits/main
yeah, that's fair. I think my analysis was premature
So, I'm confused. Somehow this resolved itself in my ember-repl addon. But I can't reproduce the resolution in the https://github.com/NullVoxPopuli/reproduce-auto-import-450/commits/main so.... I'm baffled. lol
I did not. Likely some lock file issue? Does light table use the template compiler? Or any other legacy app.import stuff?
It does not: ``` Module not found: Error: Can't resolve 'app-imports-import-app-imports/components/foo' in '/home/nvp/Development/tmp/appImports-import-appImports/app/util' ```  Something interesting I see from this output is: ``` aliased with mapping 'app-imports-import-app-imports': '/home/nvp/Development/tmp/appImports-import-appImports/app' to...
Thanks for pointing that out! after adding that however, I get: ```js ERROR in ./app/util/idk.js 2:0-39 Module not found: Error: Can't resolve '../components/foo.js' in '/home/nvp/Development/tmp/appImports-import-appImports/app/util' resolve '../components/foo.js' in '/home/nvp/Development/tmp/appImports-import-appImports/app/util' using...
looks like we're ready to move forward? 🎉
should this be rebased? the diff seems sus:  esp as this PR didn't initially change any dependenices
is this still an issue in ember-auto-import@v2?