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.
1 parent 68d9ec7 commit 476e252Copy full SHA for 476e252
src/content/docs/workers/wrangler/configuration.mdx
@@ -1112,6 +1112,11 @@ local_protocol = "http"
1112
1113
## Module Aliasing
1114
1115
+<Details header="Vite plugin">
1116
+ This is replaced "resolve.alias" in Vite - refer to the Vite documentation for
1117
+ usage: https://vite.dev/config/shared-options.html#resolve-alias".
1118
+</Details>
1119
+
1120
You can configure Wrangler to replace all calls to import a particular package with a module of your choice, by configuring the `alias` field:
1121
1122
<WranglerConfig>
0 commit comments