winnieBear

Results 6 issues of winnieBear

when call like this in controller, ``` javascript var data = { "key is not views,settings,ext":"run ok " }; res.render('index', data); ``` if data has no properties like "views,settings,ext", it...

future-major

如果使用redux,想实现thinkjs在server端render,实现前后端同构,怎么使用你这个中间件呢,有什么建议?

当我把多个模块合成到一个文件后,如何引用其中的模块? 例如:mod1,mod2,mod3,... 合成后的文件为all.js 那我如何单独使用其中的一些模块呢? ``` js seed.use('mod1''); seed.use(['mod2'],function(mod2){ console.log('test ---'); }); ```

a.scss文件内容: ``` scss @charset "utf-8"; /*a.scss*/ ``` b.scss文件内容 ``` scss @charset "utf-8"; @import "a"; /*b.scss*/ ``` c.scss文件内容: ``` scss @charset "utf-8"; @import "a"; @import "b"; /*c.scss*/ ``` 对c.scss编译结果a.scss内容出现两次是: ``` css...

First of all, thank you very much for this amazing tool, but in the process of using , I found the ts code which uses `alias` or `path alias`, neither...

good first issue

support React18, this code has been running in our production environment for more than half a year, and no problems have been found.