Skip to content

Commit 78e896e

Browse files
committed
docs: Remove duplicate section from upgrade docs
1 parent a643852 commit 78e896e

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/guide/resources/upgrading.md

-21
Original file line numberDiff line numberDiff line change
@@ -109,27 +109,6 @@ You have two options:
109109
```
110110
2. Rename your `modules` directory to something else.
111111

112-
## v0.18.0 → v0.18.5
113-
114-
> When this version was released, it was not considered a breaking change... but it should have been.
115-
116-
### New `modules/` Directory
117-
118-
WXT now recognizes the `modules/` directory as a folder containing [WXT modules](/guide/essentials/wxt-modules).
119-
120-
If you already have `<srcDir>/modules` or `<srcDir>/Modules` directory, `wxt prepare` and other commands will fail.
121-
122-
You have two options:
123-
124-
1. [Recommended] Keep your files where they are and tell WXT to look in a different folder:
125-
```ts
126-
// wxt.config.ts
127-
export default defineConfig({
128-
modulesDir: 'wxt-modules', // defaults to "modules"
129-
});
130-
```
131-
2. Rename your `modules` directory to something else.
132-
133112
## v0.17.0 &rarr; v0.18.0
134113

135114
### Automatic MV3 `host_permissions` to MV2 `permissions`

0 commit comments

Comments
 (0)