File tree 3 files changed +50
-338
lines changed
3 files changed +50
-338
lines changed Original file line number Diff line number Diff line change 30
30
"npm" : " >=6.0.0"
31
31
},
32
32
"dependencies" : {
33
- "@react-native-community/cli" : " ^5 .0.1 " ,
34
- "@react-native-community/cli-server-api" : " ^5 .0.1 " ,
33
+ "@react-native-community/cli-plugin-metro " : " ^6 .0.0 " ,
34
+ "@react-native-community/cli-server-api" : " ^6 .0.0 " ,
35
35
"@tarojs/helper" : " 3.4.3" ,
36
36
"@tarojs/rn-style-transformer" : " 3.4.3" ,
37
37
"@tarojs/rn-supporter" : " 3.4.3" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { createDevServerMiddleware } from '@react-native-community/cli-server-ap
15
15
import { TerminalReporter } from './config/terminal-reporter'
16
16
import { getResolveDependencyFn } from 'metro/src/lib/transformHelpers'
17
17
import * as Server from 'metro/src/Server'
18
- import saveAssets from '@react-native-community/cli/build/commands/bundle/saveAssets'
18
+ import saveAssets from '@react-native-community/cli-plugin-metro /build/commands/bundle/saveAssets'
19
19
import * as outputBundle from 'metro/src/shared/output/bundle'
20
20
21
21
function concatOutputFileName ( config : any ) : string {
You can’t perform that action at this time.
0 commit comments