You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following deprecation warnings should be fixed:
"hot: true" automatically applies HMR plugin, you don't have to add it manually to your webpack configuration.
Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as the second argument.
'listen' is deprecated. Please use async 'start' or 'startCallback' methods.
Compilation.assets will be frozen in future, all modifications are deprecated.
BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
The text was updated successfully, but these errors were encountered:
The following deprecation warnings should be fixed:
The text was updated successfully, but these errors were encountered: