# Feature Settings
#
# Feature Flags are made available in the global contexts, so that you may
# implement a branching in code strategy in addition to a branching in version control strategy.

flags:
  # If set to true, we will use Webpack's offline-plugin which relies on
  # ServiceWorker where available, and falls back to AppCache where it is not
  ENABLE_OFFLINE_MODE: false

  # If set to true, Redux will cache its state in localStorage
  # by subscribing to the subscribe event on the store.
  CACHE_REDUX_STATE: false
