We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cjs
ember-cli-build
1 parent 244ba25 commit 54c24fdCopy full SHA for 54c24fd
2 files changed
files/.try.mjs
@@ -1,6 +1,6 @@
1
// When building your addon for older Ember versions you need to have the required files
2
const compatFiles = {
3
- 'ember-cli-build.js': `const EmberApp = require('ember-cli/lib/broccoli/ember-app');
+ 'ember-cli-build.cjs': `const EmberApp = require('ember-cli/lib/broccoli/ember-app');
4
const { compatBuild } = require('@embroider/compat');
5
module.exports = async function (defaults) {
6
const { buildOnce } = await import('@embroider/vite');
files/gitignore
@@ -6,7 +6,7 @@ declarations/
# from scenarios
7
tmp/
8
config/optional-features.json
9
-ember-cli-build.js
+ember-cli-build.cjs
10
11
# npm/pnpm/yarn pack output
12
*.tgz
0 commit comments