When in a @rubygems scoped package, this... ``` import ActiveModel from './store' with { unbundle: 'true' } ``` Results in this... ``` import ActiveModel from "/Users/joelmoss/dev/clients/harleytherapy/hue/lib/hue/active_model/store.js"; ```