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.
Failed to compile
./node_modules/react-native-web-webview/src/index.js
Module parse failed: Unexpected token (6:22)
You may need an appropriate loader to handle this file type.
|
| export default class extends Component {
| static defaultProps = {
| scrollEnabled: true,
| };
This error occurred during the build time and cannot be dismissed.
这个项目应该还没有被抛弃吧?
The text was updated successfully, but these errors were encountered:
create-react-app 创建项目后,
安装react-web运行后出现错误提示:
Failed to compile
./node_modules/react-native-web-webview/src/index.js
Module parse failed: Unexpected token (6:22)
You may need an appropriate loader to handle this file type.
|
| export default class extends Component {
| static defaultProps = {
| scrollEnabled: true,
| };
This error occurred during the build time and cannot be dismissed.
这个项目应该还没有被抛弃吧?
The text was updated successfully, but these errors were encountered: