mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 10:28:14 +08:00
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
'use strict'
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./react-redux.production.min.cjs')
|
|
} else {
|
|
module.exports = require('./react-redux.development.cjs')
|
|
} |