UNPKG

outset

Version:

A minimal frontend boilerplate, emphasizing workflow.

8 lines (5 loc) 127 B
const cache = Object.create(null) if (process.env.NODE_ENV !== 'production') { window.cache = cache } export default cache