GoScrobble/web/node_modules/react-toastify/dist/index.js

9 lines
206 B
JavaScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./react-toastify.cjs.production.min.js')
} else {
module.exports = require('./react-toastify.cjs.development.js')
}