Skip to content

Commit aeb16e7

Browse files
committed
docs: Updated outdated defaults for webExt chromium prefs
1 parent 9271f2c commit aeb16e7

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

packages/wxt/src/types.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,21 +1236,6 @@ export interface WebExtConfig {
12361236
* default_directory: "/my/custom/dir",
12371237
* },
12381238
* }
1239-
*
1240-
* @default
1241-
* // Enable dev mode and allow content script sourcemaps
1242-
* {
1243-
* devtools: {
1244-
* synced_preferences_sync_disabled: {
1245-
* skipContentScripts: false,
1246-
* },
1247-
* }
1248-
* extensions: {
1249-
* ui: {
1250-
* developer_mode: true,
1251-
* },
1252-
* }
1253-
* }
12541239
*/
12551240
chromiumPref?: Record<string, any>;
12561241
/**

0 commit comments

Comments
 (0)