Revert "Upgrade to babel@7 and support TypeScript"

This reverts commit 7b89893645.
This commit is contained in:
Travis Ralston 2019-08-08 13:30:11 -06:00
parent 7b89893645
commit feb62793d2
6 changed files with 707 additions and 1041 deletions

View file

@ -22,7 +22,7 @@ import SdkConfig from 'matrix-react-sdk/lib/SdkConfig';
import { _t } from 'matrix-react-sdk/lib/languageHandler';
export default React.createClass({
module.exports = React.createClass({
displayName: 'VectorAuthFooter',
statics: {
replaces: 'AuthFooter',

View file

@ -22,7 +22,7 @@ import { _t } from 'matrix-react-sdk/lib/languageHandler';
* This is identical to `CustomServerDialog` except for replacing "this app"
* with "Riot".
*/
export default React.createClass({
module.exports = React.createClass({
displayName: 'VectorCustomServerDialog',
statics: {
replaces: 'CustomServerDialog',