I am making use of the redux-offline plugin for offline first react-redux app. It works fine but I am facing issues with configuration.

I tried the code:
Code:
offline(...offlineConfig, {
       effect: (effect, action) => {
         console.log("Executing effect");
       }
}
The control comes to the above code after executing the code below(as expected):
Code:
meta: {
...