source:
node_modules/immer/dist/cjs/index.js@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 183 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | 'use strict' |
| 3 | |
| 4 | if (process.env.NODE_ENV === 'production') { |
| 5 | module.exports = require('./immer.cjs.production.js') |
| 6 | } else { |
| 7 | module.exports = require('./immer.cjs.development.js') |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
