docs: SourceMap

This commit is contained in:
杭城小刘
2020-06-26 23:30:57 +08:00
parent f546284346
commit b5b74ef822
4 changed files with 211 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ alias rc='create-react-app' #(create-react-app todolist)用法 rc todolist
# React Native 命令
alias rnc='react-native init' #(react-native init todolist)用法 rnc todolist
alias RNRelease='react-native bundle --entry-file index.js --platform ios --dev false --bundle-output release_ios/main.jsbundle --assets-dest release_iOS --sourcemap-output release_ios/index.ios.map;' # RN 打 Release 包
# 终端打开应用程序
## 浏览器打开