New jsx: react-native
React-native build pipeline expects all files to have a .js
extensions even if the file contains JSX syntax. The new —jsx
value react-native
will persevere the JSX syntax in the output file, but give it a .js
extension.
本文档使用 BookStack 构建