summit/frontend/node_modules/@react-spring/animated/dist/cjs/index.js

6 lines
211 B
JavaScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./react-spring_animated.production.min.cjs')
} else {
module.exports = require('./react-spring_animated.development.cjs')
}