Spaces:
Sleeping
Sleeping
File size: 205 Bytes
645859a | 1 2 3 4 5 6 | 'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./react-spring_three.production.min.cjs')
} else {
module.exports = require('./react-spring_three.development.cjs')
} |