Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package system.

This commit is contained in:
Christopher Speller
2015-11-19 21:12:56 -05:00
parent 5c35c2631e
commit 55b831e4e1
162 changed files with 821 additions and 816 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
var Utils = require('../utils/utils.jsx');
import * as Utils from '../utils/utils.jsx';
export default class FilePreview extends React.Component {
constructor(props) {