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
## Recent improvements and important changes for 5.x
32
32
33
33
* Support Yarn
34
34
* Support Webpack 4
35
-
* Drop Webpack 2 support
36
35
* Cleaned up configuration. You should now use a `custom.webpack` object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release. For details see below.
37
36
* Added support for asynchronous webpack configuration
38
37
@@ -719,7 +718,9 @@ me to take it over and continue working on the project. That helped to revive it
719
718
## Release Notes
720
719
721
720
* 5.2.0
722
-
* Added support for asynchronous webpack configuration
721
+
* Show info message in verbose mode if aws-sdk has been excluded automatically [#393][link-393]
722
+
* Added support for asynchronous webpack configuration [#412][link-412]
723
+
* Better error message if handlers are not found [#418][link-418]
723
724
724
725
* 5.1.5
725
726
* Re-publish of 5.1.4 without yarn.lock
@@ -965,3 +966,7 @@ me to take it over and continue working on the project. That helped to revive it
0 commit comments