We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b72942 + ae3faf1 commit 991e4c8Copy full SHA for 991e4c8
other-docs/faq/Common-Errors-and-Issues/build-size.md
@@ -22,8 +22,8 @@ It can also be the case that your Node modules directory has inflated the build
22
23
To remove your Node modules directory via your build-script, you can add something like:
24
25
-# Clean up node_modules to reduce the size of the build
26
```
+# Clean up node_modules to reduce the size of the build
27
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
28
29
0 commit comments