mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-19 21:10:39 +00:00
add React & Redux devtools
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable no-undef */
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
// eslint-disable-next-line global-require
|
||||
module.exports = require('./index.prod').default
|
||||
} else {
|
||||
// eslint-disable-next-line global-require
|
||||
module.exports = require('./index.dev').default
|
||||
}
|
||||
Reference in New Issue
Block a user