buhi

Results 6 comments of buhi

It looks like the author thinks scss shouldn't be returned in "*.css" dependencies. In my project, I have manifest.json like this: ``` ... main.css:{ files:"main.css", bower:"bootstrap" } ... ``` the...

Also had this issue, it seems serve-handler by default redirect /build/subdir/index.html to /build/subdir, which is called 'cleanUrls' The temporary solution is to disable 'cleanUrls' by adding a serve.json: ```json {...

You are re-inventing rxjs's switchMap, why not just use rxjs and stop using this lib once and for all? And why this library not choose observable which can carry more...

Is there any progress on this feature?

I think you can make it backward compatible by make module and module.default both refers to the same thing. --- [email protected] (not published currently) has this option: > addDefaultProperty >This...