File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -109,27 +109,6 @@ You have two options:
109
109
```
110
110
2 . Rename your ` modules ` directory to something else.
111
111
112
- ## v0.18.0 &rarr ; 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
-
133
112
## v0.17.0 &rarr ; v0.18.0
134
113
135
114
### Automatic MV3 ` host_permissions ` to MV2 ` permissions `
You can’t perform that action at this time.
0 commit comments