UNPKG

ember-get-config

Version:

Get `config/environment` from anywhere, even addons!!!

7 lines (4 loc) 199 B
/* global require */ import { getOwnConfig } from '@embroider/macros'; let configModulePath = `${getOwnConfig().modulePrefix}/config/environment`; export default require(configModulePath).default;