mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge remote-tracking branch 'origin/release-3.4.1' into release-3.4.1
This commit is contained in:
@@ -31,6 +31,7 @@ const RSPACK_ASSETS_REGEX = new RegExp(
|
||||
const shouldEnableDevHMRProxy =
|
||||
global?.Package?.["tools-core"] != null &&
|
||||
Meteor.isDevelopment &&
|
||||
!Meteor.isTest && !Meteor.isAppTest &&
|
||||
!process.env.RSPACK_NATIVE;
|
||||
if (shouldEnableDevHMRProxy) {
|
||||
const { shuffleString } = require('meteor/tools-core/lib/string');
|
||||
|
||||
Reference in New Issue
Block a user