I'd like to use a config file in a react/redux app. In this thread
How to store Configuration file and read it using React
i found a nice solution but i receive the following error when using require in my redux action file.
Module not found: Error: Cannot resolve module 'Config'