Customer
Comments
-
Works like a charm. Thank you
-
Some useful keywords here: webpack, react, create-react-app, react-scripts build Error message: The build failed because the process exited too early. This probably means the system ran out of memo...
-
@matthias-van-woensel Is the build container still limited to 2GB of memory? Because I’m facing the same issue, even limiting the amount of memory NPM uses for the above example. Are there another...
-
Would you kindly share insight on how the support team fixed this issue? We have the same exact problem and various support reps have been trying to fix it, albeit unsuccessfully. Same exact result...
-
Thank you for letting me know. Yes I do see webpack spikes to 1.98GB, and with the memory required by other concurrent node scripts and VSCode, I imagine it’s tipping the scales enough to cause the...
-
Thanks @matthias-van-woensel for the quick answer, the support team helped me to solve it.
-
Is there a way to rewrite URLs to static files as well? For example, I’d like to implement cache-busting by rewriting /path/file.hash.js => /path/file.js I tried the following, but kept getting 40...
-
The way to do that would be with a rule in your web.locations block. There’s an example in the docs here: https://docs.platform.sh/configuration/app/web.html#how-can-i-rewrite-an-incoming-request-...
-
@bao-tran did you work out how to achieve this on Platform.sh. We are also looking to set up Blitz caching. Any help would be greatly appreciated. Thanks.
-
You can run the installer during your build hook using the install script for Linux in that repository. Modify your build hook to include: hooks: build: | # Retrieve the Homebrew instal...