Closed
Description
Hey - we upgraded to loopback-boot@2.8.2
and changed our loopback-ds-readonly-mixin
config to avoid the deprecation warning. After doing so, the mixin stopped working. I believe your docs are wrong - the mixin source needs to reference the lib
subdir, like this:
"mixins": [
"loopback/common/mixins",
"../node_modules/loopback-ds-readonly-mixin/lib",
"../common/mixins"
]
Once we changed that the mixin started loading again.
Metadata
Metadata
Assignees
Labels
No labels