update: more bundle stuff
This commit is contained in:
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
declare const __REACT_FLOW_VERSION__: string;
|
||||
declare const __REVUE_FLOW_VERSION__: string;
|
||||
declare const __ENV__: string;
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ export const initialState: ReactFlowState = {
|
||||
|
||||
multiSelectionActive: false,
|
||||
|
||||
reactFlowVersion: typeof __REACT_FLOW_VERSION__ !== 'undefined' ? __REACT_FLOW_VERSION__ : '-'
|
||||
reactFlowVersion: typeof __REVUE_FLOW_VERSION__ !== 'undefined' ? __REVUE_FLOW_VERSION__ : '-'
|
||||
};
|
||||
|
||||
const store = configureStore(initialState);
|
||||
|
||||
Reference in New Issue
Block a user