From a2a07a4cf6d0f353e4edf12e2c4009e4540538a6 Mon Sep 17 00:00:00 2001 From: Abdul Derh <12786951+awderh@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:05:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93eaf55..2b8369f 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ module.exports = { ### Change webpack optimizations -Since we have multiple entrypoints that will have overlap (e.g., svelte +Since we have multiple entry points that will overlap (e.g., svelte internals in this case), we will use a single runtime. The runtime in Webpack takes care of loading for us.