packages/bundles/override/rspack/bindingVersionCheck.js (5 lines of code) (raw):

"use strict"; const checkVersion = function() { // Skip binding version check, framework will lock the binding version. return null; } exports.checkVersion = checkVersion;