@botandrose wrote:
Hello! I’m attempting to build a ruby gem that adds Ember integration to the
rails/webpacker
system, so that Ember regains its status as a first-class citizen in the Rails ecosystem.Right now, Rails integration is indeed possible with the
ember-cli-rails
, but its less than ideal for a number of reasons. When I saw that Embroider was being developed to build Ember within a Webpack context, I was delighted, and inspired to begin work on this gem. However, as I dig through the projects, it appears that EmberCLI/Embroider composes Webpack, instead of the other way around.So, before I dig too much deeper, I thought I’d ask here for a sanity check: Is it possible for Webpack to compose Embroider to build an Ember app? In other words, given an Ember app that is configured to use Embroider, can that app be built with
webpack -w
, instead ofember build -w
?Thank you for your time!
Posts: 1
Participants: 1