hwzhang92

Results 2 issues of hwzhang92

when use redux-dynamic-modules-saga, it dont remove saga when use DynamicModuleLoader or remove handle returned by store.addModules. When it add module again, the saga will also be two.

example: ``` @images: "../img/white-sand.png"; body { color: #444; background: url("@{images}"); } ``` hover in `@{images}` can't show it's definition. `F12` don't work too.

Priority: Low
Type: Enhancement
Motivation: Low