Zhou Yong

Results 6 comments of Zhou Yong

try this: ``` new AddAssetHtmlPlugin({ filepath: `../static/js/**/*.dll.js`, }), ```

+1 , image in draftjs should be atomic instead of unstyled.

赞!!!顺便附$apply的实现: function $apply(expr) { try { return $eval(expr); } catch (e) { $exceptionHandler(e); } finally { $root.$digest(); } }

When to publish a new version? @blushingpenguin