mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 34 forks source link

BUG: imports of stories in .stories/index.js are not removed when component is destroyed #115

Open macrozone opened 7 years ago

macrozone commented 7 years ago

when invoking mantra d component core:foo

mantra-cli should remove import Foo from './foo' from /client/modules/core/components/.stories/index.js