5.1.0
Highlights
✨ Read the New in Re.Pack 5.1 blog post for more details.
Minor Changes
-
#1078
5ac48cdThanks @szymonrybczak! - Add hook system toScriptManagerfor runtime manipulation of script loading process. -
#1099
332f384Thanks @jbroma! - Enable support for package imports by default when resolving modules -
#1128
859c1d7Thanks @jbroma! - Strip empty import statements that are a leftover from stripping flow type imports -
#1136
55a56c3Thanks @jbroma! - Support Module FederationpreloadRemotethroughPrefetchPlugin. -
#1140
2cedf58Thanks @jbroma! - Enable persistent cache by default instartcommand -
#1130
90be891Thanks @jbroma! - MF2ResolverPluginnow adds a resolver only once when new remote is registered throughregisterRemotefederation runtime hook -
#1073
84952acThanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests -
#1099
332f384Thanks @jbroma! - Resolve platform (.ios,.android) & native (.native) extensions when using package exports -
#1099
332f384Thanks @jbroma! - Useimport/requirecondition name depending on the source type (esmorcjs) -
#1140
2cedf58Thanks @jbroma! - Support resetting transformation cache via--reset-cacheflag -
#1150
350bb44Thanks @jbroma! - SupportRSPACK_PROFILEenv var for obtaining traces from Rspack
Patch Changes
-
#1139
be32944Thanks @jbroma! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded. -
#1119
19c814fThanks @jbroma! - Check for default import when using deep imports fromreact-nativein WebpackHMRClient, DevServerClient and when using remote or inline assets -
#1066
1bc0e4dThanks @szymonrybczak! - Add detecting dependency specific plugins -
#1134
acd69dbThanks @jbroma! - Always include AssetRegistry and AssetSourceResolver in the bundle -
#1143
81ee94cThanks @jbroma! - Fix failure to read project package json when validating plugins -
#1123
bd58562Thanks @jbroma! - Allow passingreferenceUrltoScriptManager.prefetchScript -
#1151
3748b41Thanks @jbroma! - Hide persistent cache behindREPACK_EXPERIMENTAL_CACHEflag