addon-blueprint icon indicating copy to clipboard operation
addon-blueprint copied to clipboard

Blueprint for v2-formatted Ember addons

Results 47 addon-blueprint issues
Sort by recently updated
recently updated
newest added

this will give me more confidence which tests are actually being run in CI, especially since there is a lot of "skipped" tests in the output (because of the way...

internal

when using peerDependencies, this is a required setting in order for dependency resolution to behave correctly. For more information see: - https://github.com/pnpm/pnpm/issues/4965#issuecomment-1405264290 - https://pnpm.io/package_json#dependenciesmetainjected

Per my discussion with @NullVoxPopuli we are relying on `prepare` to build the addon, but you might not have that script setup. It could be nice to tie the build...

When you run the blueprint with `--typescript` and `--pnpm`, you don't end up with a working language server in vscode. I'm aware of https://github.com/typed-ember/glint/issues/524, but neither putting `@glint/core` at the...

I currently get this messaging in my rollup build when updating to the latest blueprint: ``` [js] (!) Unused external imports [js] TOC imported from external module "@ember/component/template-only" but never...

bug

Out of the box, `yarn test` at the top-level emits a confusing warning because it runs the `test` script in every package and the `test` script in the addon just...

when using default options with this blueprint in particular, the package manager is switched to yarn. when using `--addon-only` it's `npm`. Let's remove the logic for setting up yarn by...

bug

Currently running: ``` ember addon ember-new-v2-addon-testr -b @embroider/addon-blueprint --pnpm --skip-npm --typescript --release-it ``` and getting: ``` Error creating new application. Removing generated directory `./ember-new-v2-addon-test` Command failed with exit code 1:...

Posting this just for visibility here, root cause is in glint: https://github.com/typed-ember/glint/issues/628

bug

The `start` script in package.json concurrently runs `start:types` and `start:js`. The former clears the screen when done running, which means that it sometimes (race condition) will clear the output of...