NullVoxPopuli
NullVoxPopuli
For others, here is how you can move forward with v7 before they fix the builds if you need the features / fixes (like I did): - use pnpm (or...
Not impossible. We have the same use case
looks like this issue is still present on 7.3.3. these files need extensions: ``` node_modules/@formatjs/cli-lib/lib_esnext/index.js ```
someone still needs to go through all the imports and add extensions
Problem does not exist under vite: https://github.com/NullVoxPopuli/repro-vX-v2-vY-v1-addon-coexistence/tree/vite
Problem does not exist under embroidedr-3-webpack-4: https://github.com/NullVoxPopuli/repro-vX-v2-vY-v1-addon-coexistence/tree/embroider-3-webpack-4
I haven't checked 🙈
Something seems convinced that `@ember/string` is a v1 addon. that's _sometimes_ true, but not always. 🤔 ``` A module tried to resolve "@ember/string" and didn't find it (v1 package without...
This has spawned a re-imagining of the rendering layer -- in-progress / being spiked out here: https://github.com/NullVoxPopuli/limber/pull/1805
I can't get it to run: ```bash ❯ npm run gulp serve > [email protected] gulp > gulp serve fs.js:43 } = primordials; ^ ReferenceError: primordials is not defined at fs.js:43:5...