-
Notifications
You must be signed in to change notification settings - Fork 360
Closed
Description
Is this a feature request or a bug?
Bug
What is the current behavior?
- Add the following configuration to a WebExtension project.
module.exports = { "lint": { "firefoxPreview": ['mv3'], }, "run": { "firefoxPreview": [''] } };
- CD into that project's directory and run
web-ext lint --firefox-preview
. - Observe that the following message is logged to the console. This is expected.
Manifest Version 3 is now officially supported and "--firefox-preview=mv3" is no longer needed. In addition, the "mv3" value will be removed in the future.
- Run
web-ext lint
. - Observe that the message from step 3 is not logged to the console.
What is the expected or desired behavior?
Command-specific settings declared in a configuration file should not interfere with each other.
Version information (for bug reports)
- Firefox version: 126.0a1
- Your OS and version: macOS 14.4.1
- Paste the output of these commands:
node --version && npm --version && web-ext --version
v21.6.2
10.2.4
master-e2bee027dee8e1a56dd49fd567edddc7ad75220c
This is a manually built version of web-ext that is very close to 8.0.0.