Merge pull request #3839 from matrix-org/travis/sourcemaps

Fix sourcemaps by refactoring the build system
This commit is contained in:
Travis Ralston
2020-01-15 10:11:33 -07:00
committed by GitHub
464 changed files with 4382 additions and 4299 deletions
@@ -16,7 +16,7 @@ limitations under the License.
import React from 'react';
import PropTypes from 'prop-types';
import sdk from '../../../index';
import * as sdk from '../../../index';
import { _t, _td } from '../../../languageHandler';
function capFirst(s) {