update: more bundle stuff

This commit is contained in:
Braks
2021-07-10 15:29:31 +02:00
parent 1b1a1b7f1a
commit 4d2dfa14df
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
declare const __REACT_FLOW_VERSION__: string;
declare const __REVUE_FLOW_VERSION__: string;
declare const __ENV__: string;
+1 -1
View File
@@ -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);