我正在尝试将反应组件包含到我的rails应用中。 React正在运行,但Browserify无法找到该组件。
Error: Cannot find module 'react-typeahead' from '/Users/xxx/code/xxx/app/assets/javascripts/react'
我使用bower将react-typeahead添加到vendor/assets/components
,我试图将其包含在:config.browserify_rails.paths << /vendor\/assets\/\/components\/\/react-typeahead\//
如何让Browserify加载组件?