Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taro-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵思思 Chris Zhao
taro-test
Commits
90339b72
Commit
90339b72
authored
Mar 15, 2024
by
ChrisZhao 赵思思
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Init Commit
parent
a98c2dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
index.ts
config/index.ts
+14
-0
No files found.
config/index.ts
View file @
90339b72
...
...
@@ -23,6 +23,20 @@ const config = {
cache
:
{
enable
:
false
// Webpack 持久化缓存配置,建议开启。默认配置请参考:https://docs.taro.zone/docs/config-detail#cache
},
rn
:
{
output
:
{
iosSourceMapUrl
:
''
,
// sourcemap 文件url
iosSourcemapOutput
:
'../bundles/ios/main.map'
,
// sourcemap 文件输出路径
iosSourcemapSourcesRoot
:
''
,
// 将 sourcemap 资源路径转为相对路径时的根目录
androidSourceMapUrl
:
''
,
androidSourcemapOutput
:
'../bundles/android/app/src/main/assets/index.android.map'
,
androidSourcemapSourcesRoot
:
''
,
ios
:
'../bundles/ios/index.jsbundle'
,
iosAssetsDest
:
'../bundles/ios'
,
android
:
'../bundles/android/app/src/main/assets/index.android.bundle'
,
androidAssetsDest
:
'../bundles/android/app/src/main/res'
},
},
mini
:
{
postcss
:
{
pxtransform
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment