Open bretjb opened 7 years ago
@bretjb I'll look into this. But ya. I've run into issues with various addons when it comes to the pod module prefix. I'll try to find a solution for you.
I get the same issue, Ember-cli 2.14.2 and podModulePrefix setup.
I did some digging, and it seems the error is thrown by the "dummy" app's config: setting it up to use pods solved the error on my build (using Ember CLI 2.13.3, which is what the repro repo uses). I have a PR up for that repo that has the changes.
Hi! I'm developing a private addon to be consumed by my Ember app that I'd like to include styles for. The addon uses a pod structure and it also defines a
podModulePrefix
inconfig/environment.js
. After adding ember-component-css, the build now fails with the following error:Removing
podModulePrefix
from environment.js allows the project to build once again.I've included what I believe is a minimal repo case here: https://github.com/bretjb/ember-componentcss-bug
Please let me know if I'm missing a configuration setting, or what else I can do to help narrow down the issue. Thanks!