利用react-native-app打包react-native-web项目,使用react-srcipt打包时,社区Icon组件react-native-vector-icons打包报错
Compiled with problems:
×
ERROR in ./node_modules/react-native-vector-icons/lib/create-icon-set.js
Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: C:\*****\node_modules\react-native-vector-icons\lib\create-icon-set.js: Support for the experimental syntax 'jsx' isn't currently enabled (70:9): 68 | 69 | return ( > 70 | <Text selectable={false} {...props}> | ^ 71 | {glyph} 72 | {children} 73 | </Text> Add @babel/preset-react (https://github.com/babel/babel/tree/main/packages/babel-preset-react) to the 'presets' section of your Babel config to enable transformation. If you want to leave it as-is, add @babel/plugin-syntax-jsx (https://github.com/b