标签: jquery browserify
我想知道是否有更好的方法来做到这一点:
global.jQuery = require('jquery'); global.$ = jQuery;
显然,我使用browserify。