mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
8 lines
248 B
JavaScript
8 lines
248 B
JavaScript
'use strict';
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('../cjs/use-sync-external-store-shim.native.production.js');
|
|
} else {
|
|
module.exports = require('../cjs/use-sync-external-store-shim.native.development.js');
|
|
}
|