From 4dbe4fbcf713e0aafaebd59a22e9849c073c5778 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Sat, 13 Jun 2026 18:12:10 +0900 Subject: [PATCH] docs: remove `publicPath` option --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 33a1b85..2a87f5b 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,6 @@ export interface Options { * @default '[hash][extname]' */ fileName?: string - /** - * A string which will be added in front of filenames when they are not inlined but are copied. - */ - publicPath?: string /** * Configures what code is emitted to instantiate the Wasm (both inline and separate) */ -- 2.51.2