You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2019. It is now read-only.
@Creemli@brainpoint , this issue was resolved in latest github.com/taobaofed/react-web.git , with the change of webpack.config.js (exclude: [/node_modules/] to exclude: /(node_modules\/(?!react))/) in #145 , you can directly use react-native packages wroted with es6 e.g. react-native-scrollable-tab-view
You can
react-web init <ExistedProjectDir>
and then
cd <ExistedProjectDir>
npm install --save git+https://github.com/taobaofed/react-web.git
now, or when @yuanyan publish a newer(>0.0.3) react-web-cli on npm or yourself manually modify global installed react-web-cli/index.js ref to PR #154 , you can just
When I trying to convert an existing project to web, it turns out to be the error:
and this file is in the /node_modules/ directory. (I found many react-native packages are wrote with es6)
The text was updated successfully, but these errors were encountered: