mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
expose redux and react-redux nad fixed ui deployment
This commit is contained in:
@@ -5,6 +5,7 @@ import "script-loader!../../../../node_modules/systemjs/dist/system.js";
|
||||
import * as React from "react";
|
||||
import * as ReactDOM from "react-dom";
|
||||
import * as ReactRouterDom from "react-router-dom";
|
||||
import * as Redux from "redux";
|
||||
import * as ReactRedux from "react-redux";
|
||||
import SytleComponentsDefault from "styled-components";
|
||||
import * as SytleComponents from "styled-components";
|
||||
@@ -46,6 +47,7 @@ expose("react", React);
|
||||
expose("react-dom", ReactDOM);
|
||||
expose("react-router-dom", ReactRouterDom);
|
||||
expose("styled-components", SytleComponents, SytleComponentsDefault);
|
||||
expose("redux", Redux);
|
||||
expose("react-redux", ReactRedux);
|
||||
expose("react-i18next", ReactI18Next);
|
||||
expose("classnames", ClassNames, ClassNamesDefault);
|
||||
|
||||
Reference in New Issue
Block a user