ember-gridstack icon indicating copy to clipboard operation
ember-gridstack copied to clipboard

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

Open SandeepJoel opened this issue 5 years ago • 0 comments

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

SandeepJoel avatar Mar 28 '20 06:03 SandeepJoel