File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ declare global {
12
12
declare const __DISABLE_CREATE_SELECTOR_QUERY_INCOMPATIBLE_WARNING__ : boolean ;
13
13
declare const __REF_FIRE_IMMEDIATELY__ : boolean ;
14
14
declare const __TESTING_FORCE_RENDER_TO_OPCODE__ : boolean ;
15
- declare const __REACT_LYNX_RUNTIME_TEST__ : boolean ;
16
15
declare const __FIRST_SCREEN_SYNC_TIMING__ : 'immediately' | 'jsReady' ;
17
16
declare const __DEV__ : boolean ;
18
17
declare const __JS__ : boolean ;
Original file line number Diff line number Diff line change @@ -58,9 +58,6 @@ export default defineConfig({
58
58
plugins : [
59
59
transformReactLynxPlugin ( ) ,
60
60
] ,
61
- define : {
62
- '__REACT_LYNX_RUNTIME_TEST__' : JSON . stringify ( true ) ,
63
- } ,
64
61
resolve : {
65
62
alias : {
66
63
'@lynx-js/react/compat' : path . resolve ( __dirname , './compat/index.js' ) ,
You can’t perform that action at this time.
0 commit comments