Add build option for safari that fixes locales

Fix #801 and #1061
This commit is contained in:
Ajay
2022-01-14 15:56:38 -05:00
parent cf01679f16
commit 35da572f3f
3 changed files with 324 additions and 242 deletions

View File

@@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"chromedriver": "^92.0.0",
"copy-webpack-plugin": "^6.0.3",
"copy-webpack-plugin": "^6.4.1",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"jest": "^27.0.6",
@@ -33,7 +33,7 @@
"ts-loader": "^6.2.1",
"typescript": "~4.3",
"web-ext": "^6.2.0",
"webpack": "~4.41.2",
"webpack": "~4.46.0",
"webpack-cli": "~3.3.10",
"webpack-merge": "~4.2.2"
},
@@ -46,6 +46,7 @@
"build": "npm run build:chrome",
"build:chrome": "webpack --env.browser=chrome --config webpack/webpack.prod.js",
"build:firefox": "webpack --env.browser=firefox --config webpack/webpack.prod.js",
"build:safari": "webpack --env.browser=safari --config webpack/webpack.prod.js",
"build:dev": "npm run build:dev:chrome",
"build:dev:chrome": "webpack --env.browser=chrome --config webpack/webpack.dev.js",
"build:dev:firefox": "webpack --env.browser=firefox --config webpack/webpack.dev.js",