There was an error while loading. Please reload this page.
1 parent 9271f2c commit aeb16e7Copy full SHA for aeb16e7
1 file changed
packages/wxt/src/types.ts
@@ -1236,21 +1236,6 @@ export interface WebExtConfig {
1236
* default_directory: "/my/custom/dir",
1237
* },
1238
* }
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
1254
*/
1255
chromiumPref?: Record<string, any>;
1256
/**
0 commit comments