File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Libraries may declare `ember-strict-application-resolver` as a `dependencies` en
5454For example:
5555``` js
5656// in src/registry.ts (or js)
57- import { buildRegistry } from ' ember-strict-application-resolver' ;
57+ import { buildRegistry } from ' ember-strict-application-resolver/build-registry ' ;
5858import TheService from ' from-dependency/services/the-service' ;
5959
6060export default buildRegistry ({
@@ -78,7 +78,7 @@ modules = {
7878
7979Or consuming libraries would propagate the configuration for their consumers:
8080``` js
81- import { buildRegistry } from ' ember-strict-application-resolver' ;
81+ import { buildRegistry } from ' ember-strict-application-resolver/build-registry ' ;
8282import libraryRegistry from ' your-library/registry' ;
8383
8484export default buildRegistry ({
You can’t perform that action at this time.
0 commit comments