llorien / crm

WordPress plugin installed on brithon.com to support managing customer relationship
0 stars 0 forks source link

Use API to support global shim. #79

Closed xueruini closed 9 years ago

xueruini commented 9 years ago

OMG, this issue wants to replace API with CLI, initially.

excelle08 commented 9 years ago

It does reduce the size of bundled js file, but I wonder why some libraries like immutable are still bundled in modules/registration/assets/js/app/front/index.bundle.js.

xueruini commented 9 years ago

It does reduce the size of bundled js file, but I wonder why some libraries like immutable are still bundled in modules/registration/assets/js/app/front/index.bundle.js.

I found you've read the long post. The reason why immutable is still bundled is because there is a bad require, like react/addons.

excelle08 commented 9 years ago

Oh yes.. :shipit: