From fc2c1a1baa6ca35cf46d8a466bc526f080f6d52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hrub=C3=BD?= Date: Sat, 29 Jun 2024 00:38:01 +0200 Subject: [PATCH] chore: typo (#393) --- docs/guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 118fee7..8550d0d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -316,10 +316,10 @@ export const unpluginFactory: UnpluginFactory = (options, m rollup: { // Rollup plugin }, - webpack(complier) { + webpack(compiler) { // Configure webpack compiler }, - rspack(complier) { + rspack(compiler) { // Configure webpack compiler }, esbuild: {