I try using OnsenUI2 React version in Meteor.js and create a simple demo app. My full project source exist here: https://github.com/MeteorDemoApps/OnsenUI2React-demo
I don’t know why but when I add import demoIconIndex from './demo/Icon/Index.jsx';
to my TOC component, my app return Error: Cannot find module './demo/Icon/Index.jsx'
and break at all but this file exist in same path.
I also double check anything. What is the problem?