As noted in #10 the aurelia-redux-plugin passes Aurelia's configuration to the Store class, but that class expects a ReduxPluginConfig instead. This PR fixes that so that creating the store in an application's main.ts works as expected.
Note: I had to make the other change to dispatch.ts in order to get things to compile.
As noted in #10 the aurelia-redux-plugin passes Aurelia's configuration to the Store class, but that class expects a ReduxPluginConfig instead. This PR fixes that so that creating the store in an application's main.ts works as expected.
Note: I had to make the other change to dispatch.ts in order to get things to compile.