I am trying to implement ember-auto-import on ember-gridstack (wrapper on top of gridstack package), while the chunking and dynamic import part is working perfectly. But in the app vendor file the gridstack package still exists. Can someone help on how to proceed further ?
I am trying to implement ember-auto-import on ember-gridstack (wrapper on top of gridstack package), while the chunking and dynamic import part is working perfectly. But in the app vendor file the gridstack package still exists. Can someone help on how to proceed further ?
I have demonstrated this issue in this demo repo https://github.com/SandeepJoelFreshdesk/ember-auto-import-gridstack.