Sinan Keskin
Sinan Keskin
Great catch @betocantu93 I was going crazy to find the reason. 👍
Issue still there. Thank you.
I've created a PR in https://github.com/yargs/yargs-parser/pull/374 This will fix this issue. Thanks.
Hi. Default mode is always development. If you want to change the running mode you should set explicitly like `rails s -e production` or with env variable `RAILS_ENV=production rails s`.
Same here with: ``` ember-cli: 4.8.0 node: 16.19.0 os: darwin x64 ``` but I'm pretty sure this was working before.
Hey @ef4. How about same issue but addon? One user reported same exact issue for one of my addon with dynamic imports: https://github.com/sinankeskin/ember-litepicker/issues/321 Is there any option for `maybeEmbroider`? I...
I forgot `ember-cli-build.js` was not included to addons. So, with embroider either I should check if app uses embroider change the paths I guess.
Thanks a lot @ef4 Appreciated.
Unfortunately I'm not in the .NET world anymore. Thanks for the great effort 🙏
Any update on this? Since both [V8](https://v8.dev/features/dynamic-import#dynamic) and [browsers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import#importing_modules_with_a_non-literal_specifier) support this I think it's time to add to `ember-auto-import` or embroider directly. To be more specific, both locales and plugins...