NullVoxPopuli

Results 2058 comments of NullVoxPopuli

is it still an issue in 6.4.0-alpha.3?

- classic build: sourcemaps don't appear to work - in app code - in vendor code - with embroider (webpack): (i'm using devtool: 'source-map') - source maps are good -...

is there any downside to setting `compact: false` in ember-cli-babel? This is the default we're using in the upcoming new blueprint: https://github.com/ember-cli/ember-app-blueprint/blob/main/files/_js_babel.config.cjs#L40 I threw up: https://github.com/emberjs/ember-cli-babel/pull/521 but haven't tested it...

an idea I just had: Is there maybe a way to change what we run the optimizeDeps babel over? Like, we only need to run it on libraries with `ember-addon`...

I tried turning off the ts plugin in in rollupOptions' babel plugins, but its erroring an a d.mts -- which.... it should not be parsing 🙈

Here is what I'm ending up with so far in my smaller project: So far, I've been able to: - remove `hbs()` (my addons don't publish hbs) - remove `templateTag()`...

Next task for me: - port macros to a rollup plugin, and see what's needed after that - port babel-plugin-ember-template-compilation to a rollup plugin - port decorator-transforms to a rollup...

> should we drop related to dummy app then? ya

I think it'd be good to have a demo vite app in here (which _would_ mean monorepoing this repo) -- could also exist in a separate repo on this org,...

I just ran in to this as well. Since my custom CLI tool is small, I set `type: module` in package.json -- however, this did not fix the issue. The...