UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

11 lines (10 loc) 256 B
//#region src/core/define-web-ext-config.ts /** * Configure how [`web-ext`](https://github.com/mozilla/web-ext) starts the * browser during development. */ function defineWebExtConfig(config) { return config; } //#endregion export { defineWebExtConfig };