Skip to content

Commit

Permalink
Merge pull request #217 from airbnb/chong--disable-protect
Browse files Browse the repository at this point in the history
Disable code protect option for wechat and qq
  • Loading branch information
malash authored Sep 9, 2023
2 parents 469ecdc + dfb8c75 commit f1cf09b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/create-goji-app/templates/src/project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"newFeature": true,
"nodeModules": false,
"autoAudits": false,
"uglifyFileName": true,
"uglifyFileName": false,
"checkInvalidKey": true
},
"compileType": "miniprogram",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-goji-app/templates/src/project.qq.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autoAudits": false,
"nodeModules": false,
"uploadWithSourceMap": true,
"uglifyFileName": true,
"uglifyFileName": false,
"remoteDebugLogEnable": false,
"prefetch": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-todomvc-linaria/src/project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"newFeature": true,
"nodeModules": false,
"autoAudits": false,
"uglifyFileName": true,
"uglifyFileName": false,
"checkInvalidKey": true
},
"compileType": "miniprogram",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-todomvc-linaria/src/project.qq.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autoAudits": false,
"nodeModules": false,
"uploadWithSourceMap": true,
"uglifyFileName": true,
"uglifyFileName": false,
"remoteDebugLogEnable": false,
"prefetch": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-todomvc/src/project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"newFeature": true,
"nodeModules": false,
"autoAudits": false,
"uglifyFileName": true,
"uglifyFileName": false,
"checkInvalidKey": true
},
"compileType": "miniprogram",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-todomvc/src/project.qq.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autoAudits": false,
"nodeModules": false,
"uploadWithSourceMap": true,
"uglifyFileName": true,
"uglifyFileName": false,
"remoteDebugLogEnable": false,
"prefetch": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"newFeature": true,
"nodeModules": false,
"autoAudits": false,
"uglifyFileName": true,
"uglifyFileName": false,
"checkInvalidKey": true
},
"compileType": "miniprogram",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autoAudits": false,
"nodeModules": false,
"uploadWithSourceMap": true,
"uglifyFileName": true,
"uglifyFileName": false,
"remoteDebugLogEnable": false,
"prefetch": false
},
Expand Down

0 comments on commit f1cf09b

Please sign in to comment.