You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
[ ] (Opcional) Agregar la ruta del navegador en la clave browserPaths subclave safari de webpack/data/env.json y su correspondiente webpack/data/env.template.json
[ ] (Opcional) Agregar la información de Mac Store en la clave store subclave safari de webpack/data/env.json y su correspondiente webpack/data/env.template.json
[ ] (Opcional) Agregar cualquier información de entorno extra en la clave browser subclave safari de webpack/data/env.json y su correspondiente webpack/data/env.template.json
[ ] Modificar la configuración y, si es necesario, agregar ficheros typescript en src/ts/compat.
[ ] Agregar en package.json, clave scripts:
"build:safari": "npm run webpack -- --config webpack/config/webpack.config.safari.mts""watch:safari": "npm run webpack watch -- --config webpack/config/webpack.config.safari.mts"
[ ] Agregar compatibilidad para compilación/depurar ya que el web-ext no soporta Safari.
[ ] Documentar en README.md
[ ] Documentar en DEVELOP.md
Contexto adicional
Requiere macOS (hardware o software mediante una máquina virtual). Opcional: Requiere registrarse en Apple Developer Program con un coste anual de 99$ para publicar la extensión.
The text was updated successfully, but these errors were encountered:
luskaner
changed the title
[PETICIÓN] Adaptar la extensión para funcionar en Safari (macOS)
[MEJORA] Adaptar la extensión para funcionar en Safari (macOS)
Oct 1, 2022
Describe la solución que te gustaría
Adaptar la extensión para funcionar en Safari (macOS)
Describe las alternativas que has considerado
No existe alternativa.
Tareas a realizar:
[ ] Agregar el navegador en
browserslistrc
:[ ] Agregar
"safari": "1.0"
enwebpack/data/versions.json
[ ] Crear fichero
/webpack/config/webpack.config.safari.mts
con el código base:[ ] (Opcional) Agregar la ruta del navegador en la clave
browserPaths
subclavesafari
dewebpack/data/env.json
y su correspondientewebpack/data/env.template.json
[ ] (Opcional) Agregar la información de Mac Store en la clave
store
subclavesafari
dewebpack/data/env.json
y su correspondientewebpack/data/env.template.json
[ ] (Opcional) Agregar cualquier información de entorno extra en la clave
browser
subclavesafari
dewebpack/data/env.json
y su correspondientewebpack/data/env.template.json
[ ] Modificar la configuración y, si es necesario, agregar ficheros typescript en
src/ts/compat
.[ ] Agregar en
package.json
, clavescripts
:[ ] Agregar compatibilidad para compilación/depurar ya que el web-ext no soporta Safari.
[ ] Documentar en README.md
[ ] Documentar en DEVELOP.md
Contexto adicional
Requiere macOS (hardware o software mediante una máquina virtual).
Opcional: Requiere registrarse en Apple Developer Program con un coste anual de 99$ para publicar la extensión.
The text was updated successfully, but these errors were encountered: