source:
node_modules/immer/dist/cjs/index.js
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 183 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 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.
