use-sync-external-store
1.2.01.5.0
with-selector.js~
with-selector.jsModified+1−1
Index: package/with-selector.js
===================================================================
--- package/with-selector.js
+++ package/with-selector.js
@@ -1,7 +1,7 @@
'use strict';
if (process.env.NODE_ENV === 'production') {
- module.exports = require('./cjs/use-sync-external-store-with-selector.production.min.js');
+ module.exports = require('./cjs/use-sync-external-store-with-selector.production.js');
} else {
module.exports = require('./cjs/use-sync-external-store-with-selector.development.js');
}