yahoo / ember-gridstack

Ember components to build drag-and-drop multi-column grids powered by gridstack.js
https://yahoo.github.io/ember-gridstack/
Other
37 stars 29 forks source link

Gridstack is not getting removed from vendor file while using ember-auto-import #65

Open SandeepJoel opened 4 years ago

SandeepJoel commented 4 years ago

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.

Packages Version
ember 3.4
ember-gridstack 1.3.1
gridstack 0.4.0
ember-auto-import 1.5.3