Fix SdkConfig import to use transformed module

This was originally added in #7755, which pulled in the original source for the
module, breaking ancient browsers without support for classes (#8082).
pull/8124/head
J. Ryan Stinnett 2019-01-11 17:20:29 -06:00
parent 9e085511fd
commit 99b5695fec
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ limitations under the License.
*/
import rageshake from "matrix-react-sdk/lib/rageshake/rageshake";
import SdkConfig from "matrix-react-sdk/src/SdkConfig";
import SdkConfig from "matrix-react-sdk/lib/SdkConfig";
function initRageshake() {
rageshake.init().then(() => {