Adding webpack code splitting (#3377)

This commit is contained in:
Christopher Speller
2016-06-22 10:30:01 -04:00
committed by GitHub
parent 00dc8e734c
commit 14510ce194
65 changed files with 741 additions and 615 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import {browserHistory} from 'react-router';
import {browserHistory} from 'react-router/es6';
import * as Utils from 'utils/utils.jsx';
import TeamStore from 'stores/team_store.jsx';
import UserStore from 'stores/user_store.jsx';