我正在尝试在我的browserify'd js中使用此https://github.com/rkit/react-select2-wrapper ..就像这样:
var React = require("react");
import Select2 from 'react-select2-wrapper';
<Select2 options={{
placeholder: 'Select Location'
}}/>
但是在编译时遇到错误:Browserify Failed!: Cannot find module 'jquery.mousewheel'
我可能做错了什么。有什么想法吗?