Skip to content

v0.1.0

Compare
Choose a tag to compare
@gzimbron gzimbron released this 05 Jan 22:21
· 33 commits to main since this release

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.
App build specification