Releases: callstack/repack
5.1.2
5.1.1
5.1.0
Highlights
✨ Read the New in Re.Pack 5.1 blog post for more details.
Minor Changes
-
#1078
5ac48cd
Thanks @szymonrybczak! - Add hook system toScriptManager
for runtime manipulation of script loading process. -
#1099
332f384
Thanks @jbroma! - Enable support for package imports by default when resolving modules -
#1128
859c1d7
Thanks @jbroma! - Strip empty import statements that are a leftover from stripping flow type imports -
#1136
55a56c3
Thanks @jbroma! - Support Module FederationpreloadRemote
throughPrefetchPlugin
. -
#1140
2cedf58
Thanks @jbroma! - Enable persistent cache by default instart
command -
#1130
90be891
Thanks @jbroma! - MF2ResolverPlugin
now adds a resolver only once when new remote is registered throughregisterRemote
federation runtime hook -
#1073
84952ac
Thanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests -
#1099
332f384
Thanks @jbroma! - Resolve platform (.ios
,.android
) & native (.native
) extensions when using package exports -
#1099
332f384
Thanks @jbroma! - Useimport
/require
condition name depending on the source type (esm
orcjs
) -
#1140
2cedf58
Thanks @jbroma! - Support resetting transformation cache via--reset-cache
flag -
#1150
350bb44
Thanks @jbroma! - SupportRSPACK_PROFILE
env var for obtaining traces from Rspack
Patch Changes
-
#1139
be32944
Thanks @jbroma! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded. -
#1119
19c814f
Thanks @jbroma! - Check for default import when using deep imports fromreact-native
in WebpackHMRClient, DevServerClient and when using remote or inline assets -
#1066
1bc0e4d
Thanks @szymonrybczak! - Add detecting dependency specific plugins -
#1134
acd69db
Thanks @jbroma! - Always include AssetRegistry and AssetSourceResolver in the bundle -
#1143
81ee94c
Thanks @jbroma! - Fix failure to read project package json when validating plugins -
#1123
bd58562
Thanks @jbroma! - Allow passingreferenceUrl
toScriptManager.prefetchScript
-
#1151
3748b41
Thanks @jbroma! - Hide persistent cache behindREPACK_EXPERIMENTAL_CACHE
flag
5.1.0-rc.0
Minor Changes
-
#1078
5ac48cd
Thanks @szymonrybczak! - Add hook system toScriptManager
for runtime manipulation of script loading process. -
#1099
332f384
Thanks @jbroma! - Enable support for package imports by default when resolving modules -
#1128
859c1d7
Thanks @jbroma! - Strip empty import statements that are a leftover from stripping flow type imports -
#1136
55a56c3
Thanks @jbroma! - Support Module FederationpreloadRemote
throughPrefetchPlugin
. -
#1140
2cedf58
Thanks @jbroma! - Enable persistent cache by default instart
command -
#1130
90be891
Thanks @jbroma! - MF2ResolverPlugin
now adds a resolver only once when new remote is registered throughregisterRemote
federation runtime hook -
#1073
84952ac
Thanks @jbroma! - Add support for setting up proxy in DevServer for redirecting requests -
#1099
332f384
Thanks @jbroma! - Resolve platform (.ios
,.android
) & native (.native
) extensions when using package exports -
#1099
332f384
Thanks @jbroma! - Useimport
/require
condition name depending on the source type (esm
orcjs
) -
#1140
2cedf58
Thanks @jbroma! - Support resetting transformation cache via--reset-cache
flag
Patch Changes
-
#1139
be32944
Thanks @jbroma! - Fix issue where errors originating in project config files were getting swallowed when the project config was loaded. -
#1119
19c814f
Thanks @jbroma! - Check for default import when using deep imports fromreact-native
in WebpackHMRClient, DevServerClient and when using remote or inline assets -
#1066
1bc0e4d
Thanks @szymonrybczak! - Add detecting dependency specific plugins -
#1134
acd69db
Thanks @jbroma! - Always include AssetRegistry and AssetSourceResolver in the bundle -
#1143
81ee94c
Thanks @jbroma! - Fix failure to read project package json when validating plugins -
#1123
bd58562
Thanks @jbroma! - Allow passingreferenceUrl
toScriptManager.prefetchScript
-
#1137
996942f
Thanks @jbroma! - Supportapplication/json
type of payload for/symbolicate
requests
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
Patch Changes
-
#1075
dac01e4
Thanks @szymonrybczak! - Use default publicPath in development instead of enforcing it in DevelopmentPlugin -
#1074
54fa1cd
Thanks @szymonrybczak! - Remove enforcement of output filenames in dev mode -
#1065
e08a805
Thanks @jbroma! - Fix normalization of resolve.extensions with [platform] placeholder & set publicPath to noop explicitly when using deprecated getPublicPath helper function