simbathesailor/use-what-changed

Adding configuration for use-what-changed to ease-in optin for non babel plugin user

Closed this issue · 1 comments

Current check

const isDevelopment = process.env['NODE_ENV'] === 'development';

Desired API:

import {setUseWhatChange} from "@simbathesailor/use-what-changed"


setUseWhatChange({
  active: process.env['NODE_ENV'] === 'development
})