NullVoxPopuli
NullVoxPopuli
I don't know how the bootstrap tests were _ever_ passing. ``` [BABEL]: Cannot find module '@babel/helper-module-imports' Require stack: - /node_modules/ember-bootstrap/node_modules/ember-concurrency/lib/babel-plugin-transform-ember-concurrency-async-tasks.js ``` ember-bootstrap v5 depends on ember-concurrency ^2.1.2 -- and even...
With Vite, I was actually able to debug some of this: https://github.com/embroider-build/embroider/pull/2070
> matches that in prettier-plugin-ember-hbs-tag What's the benefit of doing this though? Much of the content that code can just be deleted (in a separate pr), and would shrink this...
I couldn't even get snippets to work with the luasnip shorthand config
any chance you'd be willing to rebase?
Nay, I'm experiencing this on a 3 million line app. I have not experienced this in small projects
not really -- that's still a lot of information -- but having a progress bar in the terminal would be helpful -- and the out of / total can increase...
Yeah most of the pre bundling happens from the main entrypoint, which pulls on about 5k modules - all of which gotta go through babel right now - and most...
at the moment, vite says "ready in (under 1s)ms" which is somewhat a lie if you have optimizeDeps.include set (at all)
> that repo has a ton of generated modules nevermind, it has "no dependencies" 🤔 I may need to generate the files with a bunch of big libraries at the...