Skip to content

Commit 9c85020

Browse files
committed
fix: rsk sync issue
1 parent ccf24a5 commit 9c85020

File tree

4 files changed

+498
-164
lines changed

4 files changed

+498
-164
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-loader": "^7.0.0",
6464
"babel-plugin-istanbul": "^4.1.1",
6565
"babel-plugin-rewire": "^1.1.0",
66-
"babel-preset-env": "^1.4.0",
66+
"babel-preset-env": "^1.5.1",
6767
"babel-preset-react": "^6.24.1",
6868
"babel-preset-react-optimize": "^1.0.1",
6969
"babel-preset-stage-2": "^6.24.1",

src/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import history from './history';
1818
import App from './components/App';
1919
import createFetch from './createFetch';
2020
import configureStore from './store/configureStore';
21-
import { ErrorReporter, deepForceUpdate } from './devUtils';
2221
import theme from './styles/theme.scss';
2322

2423
// eslint-disable-next-line no-underscore-dangle

src/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import { receiveLogin, receiveLogout } from './actions/user';
3232
import config from './config';
3333
import assets from './assets.json'; // eslint-disable-line import/no-unresolved
3434
import theme from './styles/theme.scss';
35-
import cookie from 'react-cookie';
3635
import { Provider } from 'react-redux';
3736

3837
const app = express();

0 commit comments

Comments
 (0)