Can using the Ember PODS structure cause any issues while integrating with the Ember engine ?
What is the recommended structure; PODS or traditional structure ?
Can using the Ember PODS structure cause any issues while integrating with the Ember engine ?
What is the recommended structure; PODS or traditional structure ?
I would recommend using pod structure. For today (March 21, 2017), we're using in-repo engines with Ember 2.8 LTS, and pod structure working well for our case.
The pod structure is supported in ember engines. After setting up your engine, you would run:
ember g component my-component --pod
The traditional approach is also supported.