gecko: strict_min_version: 67.0 due to dynamic imports

This commit is contained in:
SimonBrazell 2021-01-11 12:58:02 +11:00
parent f56fc68188
commit 7736cfaf7a
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@
"web_accessible_resources": ["src/assets/javascripts/helpers/*"],
"browser_specific_settings": {
"gecko": {
"id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}"
"id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}",
"strict_min_version": "67.0"
}
}
}