Update to webpack 4 + misc build process changes

This commit is contained in:
hensm
2018-11-13 21:51:09 +00:00
parent f23e1f68c2
commit c63531cdce
12 changed files with 3669 additions and 3332 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "__MSG_extension_name__"
, "description": "__MSG_extension_description__"
, "version": "0.0.1"
, "version": "EXTENSION_VERSION"
, "applications": {
"gecko": {
"id": "fx_cast@matt.tf"
"id": "EXTENSION_ID"
, "strict_min_version": "57.0"
}
}