Skip to content

Commit

Permalink
Don't include React in the injected script's bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesHappy committed Apr 15, 2016
1 parent 229744a commit 2a47dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/store/configureStore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { compose } from 'redux';
import { persistState, instrument } from 'redux-devtools';
import instrument from 'redux-devtools/lib/instrument';
import persistState from 'redux-devtools/lib/persistState';

export default function configureStore(next, subscriber = () => ({}), options = {}) {
const { deserializeState, deserializeAction } = options;
Expand Down

0 comments on commit 2a47dee

Please sign in to comment.