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
commit 7bfb3686cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
464 changed files with 4382 additions and 4299 deletions

View file

@ -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) {