persona-community-5/.pnpm-store/v3/files/ed/3707952c2ac1e451f989788851ad3997e0f5b425bdfe3a550caff1c534c847c65517a13bd1fb3b717647e275afd79819a6a7cc168c824ab5184a21f9d45410
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
218 B
Plaintext

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