persona-community-5/.pnpm-store/v3/files/4f/4b72fc7e4dbd11e1554a369a105c89136ab43e623a08ccccd4e2b08a6da9a9a413455e1d46031a8d5a3868f8d38ba2d1055052d4572fea6f65c504f486cf47
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

8 lines
214 B
Plaintext

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-refresh-babel.production.js');
} else {
module.exports = require('./cjs/react-refresh-babel.development.js');
}