mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D23849 --HG-- extra : moz-landing-system : lando
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"env": {
|
|
"webextensions": true,
|
|
},
|
|
};
|