Skip to content

Conversation

@aklkv
Copy link
Contributor

@aklkv aklkv commented Nov 22, 2025

resolves: #143

@aklkv aklkv force-pushed the feat/ember-cli-build branch 2 times, most recently from a7281e3 to 5bd2ccb Compare November 22, 2025 01:40
@@ -1,13 +1,11 @@
'use strict';
import EmberApp from 'ember-cli/lib/broccoli/ember-app';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to have an extension otherwise build would fail with the error:

Could not `import('file:///Users/aklkv/Projects/work/HashiCorp/cloud-admin/ui/ember-cli-build.mjs')`: Cannot find module '/Users/aklkv/Projects/work/HashiCorp/cloud-admin/ui/node_modules/ember-cli/lib/broccoli/ember-app' imported from /Users/aklkv/Projects/work/HashiCorp/cloud-admin/ui/ember-cli-build.mjs
Did you mean to import "ember-cli/lib/broccoli/ember-app.js"?

should we fix it upstream 🤔

@aklkv aklkv force-pushed the feat/ember-cli-build branch from 5bd2ccb to 46f8843 Compare November 22, 2025 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

should we use mjs or cjs for ember-cli-build

1 participant