fix compatibility: We're not going to support 2.0 and below
This commit is contained in:
parent
78a306e126
commit
983f66fe34
@ -5,6 +5,8 @@ This app is under heavy development, things may change and break, but don't hesi
|
||||
|
||||
Please read the Features section below and issues to make sure your issue is not already listed.
|
||||
|
||||
Firefox OS 2.2 and up are supported. Sadly 2.0 and 1.3 miss a lot of ES6 functionalities as well as CSS3 features (flexbox, etc) which break our application.
|
||||
|
||||
#Thanks to
|
||||
|
||||
Sergio Muriel [@tfeserver](https://twitter.com/tfeserver) for testing application
|
||||
|
4693
build/main.js
4693
build/main.js
File diff suppressed because it is too large
Load Diff
@ -98,4 +98,4 @@ export default class Root extends Component {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -1,4 +1,3 @@
|
||||
require('babel/polyfill');
|
||||
import React from 'react';
|
||||
import Root from 'components/root';
|
||||
import store from 'store';
|
||||
|
Loading…
Reference in New Issue
Block a user