From 9b1a31232b3bc03f65813bab6583a142b553247b Mon Sep 17 00:00:00 2001 From: patak Date: Sat, 15 May 2021 19:17:35 +0200 Subject: [PATCH] Update docs/guide/backend-integration.md --- docs/guide/backend-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/backend-integration.md b/docs/guide/backend-integration.md index 9db5adddfe24cb..b9f853d90d4cbf 100644 --- a/docs/guide/backend-integration.md +++ b/docs/guide/backend-integration.md @@ -20,7 +20,7 @@ Or you can follow these steps to configure it manually: } ``` - If you use [`@vite-js/plugin-legacy`](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy) or manually enable the [`build.dynamicImportPolyfill` option](/config/#build-polyfilldynamicimport), remember to add the [dynamic import polyfill](/config/#build-polyfilldynamicimport) to your entry, since it will no longer be auto-injected: + If you use [`@vitejs/plugin-legacy`](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy) or manually enable the [`build.dynamicImportPolyfill` option](/config/#build-polyfilldynamicimport), remember to add the [dynamic import polyfill](/config/#build-polyfilldynamicimport) to your entry, since it will no longer be auto-injected: ```js // add the beginning of your app entry