Hanai

Results 7 issues of Hanai

add support for amd options https://rollupjs.org/guide/en/#outputamd

increased scope

在手机上操作,当下拉刷新的内容较多时性能不太好,有卡顿感,怀疑是因为修改height导致下面列表的内容回流重绘所致。不知道是否可以用transform之类的方法解决?

``` [ERROR] load plugin [fis-parser-sass] config error : Module version mismatch. Expected 45, got 14.. ```

就是在 `postpackager-loader`之后,将文件里的 js 或 css 链接合并成这样的形式 ``` html ```

``` html require('jquery'); ``` `globalAsyncAsSync: true` 只有在 `require('jquery')` 才起作用,`require(['jquery'])` 时无效

github 上下载的 0.1.6 ``` [WARNI] Multi local defines detected in /deps/webuploader/webuploader.js, all replacement will be skiped ```

I followed this tutorial https://www.meteor.com/tutorials/blaze/temporary-ui-state. I tried ``` js sync: { incompleteCount: function () { return Tasks.find({checked: {$ne: true}}).count(); } } ``` ``` html Todo List ({{incompleteCount}}) ``` when `incompleteCount`...