ember-fastboot / ember-fastboot/ember-cli-fastboot

Ajax initializer needs a custom rule under module unification

Open
#586 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
850
Forks
161
Avg merge
17h 45m
Merged PRs (30d)
19

Description

Under module unification, you can't register any old name on the container.

So we will need to either refactor `fastboot/initialzers/ajax.js` or add a custom rule that allows `register('ajax:node')`.

Apps that are experimenting with this stuff can set `moduleConfig.types.ajax = { definitiveCollection: 'main' }` in their own resolver setup to workaround.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.