Skip to content

Commit

Permalink
Update docs/guide/backend-integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 15, 2021
1 parent d688ebe commit 9b1a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/backend-integration.md
Expand Up @@ -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
Expand Down

0 comments on commit 9b1a312

Please sign in to comment.