Peter Meehan
Peter Meehan
I'm running into an issue where `ember-cli-postcss` filters aren't being run during app/addon builds. From playing around with repo config and ember-cli-postcss internals locally I've managed to get pipelines working...
Go to https://ember-learn.github.io/ember-cli-addon-docs/ and search for `addon`, notice the search results `ember-modal-dialog` varies drastically in height as we travel through: * `a` * `ad` * `add` * `addo` * `addon`...
Tested on ember-cli @ `3.20.2` + `3.28.5` + `4.2.0` I'm duplicating this issue over from https://github.com/ember-cli/ember-cli-inject-live-reload/issues/187 because I think it makes more sense to track at the top-level here. ###...
Running this codemod with `--classic-decorator=false` still replaces objects with classes wrapped with the `@classic` decorator: ``` npx ember-native-class-codemod http://intercom.test/app-store --type=route --classic-decorator=false app/routes ``` [Manually](https://github.com/22a/ember-native-class-codemod/commit/6d417d2d11624bd96b7ebf5d4599089009311bbf) inverting the default works as expected.
### Expected behaviour 1. I have a working build, the page reloads when I make a change 2. I introduce a breaking change (eg. template compile error), the page reloads...
https://pnpm.io/cli/install doesn't currently list this option. References: - [pnpm/pnpm/pkg-manager/plugin-commands-installation/src/install.ts#L122-L125](https://github.com/pnpm/pnpm/blob/002f6febe489ffefb004110ee5c83c8c2ff80fd2/pkg-manager/plugin-commands-installation/src/install.ts#L122-L125) - [pnpm/pnpm/pnpm/test/install/misc.ts#L50-L58](https://github.com/pnpm/pnpm/blob/002f6febe489ffefb004110ee5c83c8c2ff80fd2/pnpm/test/install/misc.ts#L50-L58)
Popper v2 was officially released a week or two ago. I'm just opening this as a tracking issue to see if/when ember-popper would support it.
Compatibility with broccoli-asset-rev functionality (asset fingerprinting, assetMap.json manifest)
In the past it was mentioned that Embroider eliminates the need for `broccoli-asset-rev`: https://github.com/ember-cli/broccoli-asset-rev/issues/65#issuecomment-535089537 Perhaps I’ve lost something along the way with our embroider configuration but it seems like `broccoli-asset-rev`...
This issue tracks next steps to understanding and resolving build speed regressions (initial and reload) using embroider > v3.0 in our large app. We've paired with @mansona on this and...