Releases: gzimbron/amplify-adapter
Releases · gzimbron/amplify-adapter
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Changes:
Added options to manually copy the development node_modules. By default, it does not copy it, so an extra step must be added to the App build specification (amplify.yml).
Details:
Previously, the development node_modules were automatically copied to the output directory when building an Amplify app. This can be a problem cause of 200 MB artifact size limitation.
Please see the README.md "Amplify CI/CD" section to checkout this changes.