Skip to content

Support multiple entry points per controller

Compare
Choose a tag to compare
@Darkside73 Darkside73 released this 30 Dec 21:37
· 2 commits to master since this release

Now you can do this:

class BarController < ApplicationController
  webpacked_entry %w(vendor bar)
end