mcfly-io / generator-mcfly

A Yeoman generator for scaffolding an application using angular, browserify, ionic and famous

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to prevent the rewrite of all modules imports in the main-*.js

ghaiat opened this issue · comments

When you work with multiple targets and you create a new module, you dont want mcfly to automatically includes all modules for all projects....

This is happening when you add a new module or a new target?

a new module, i didnt check for a new target

Hmm, ok that makes sense... there might even be a flag to prevent the auto-injection already. I'm just looking at #245 so I'll take a look

Ok I'm adding a --skip-inject-modules flag to yo mcfly:target and yo mcfly:module.