portalHelper: Port to ESM

The helper app that provides the login dialog for network portals
is another separate process that can be moved to ESM separately.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2786>
This commit is contained in:
Florian Müllner 2023-05-25 22:22:09 +02:00
parent 38c9364acc
commit 8d562ff71c
3 changed files with 18 additions and 24 deletions

View file

@ -5,6 +5,7 @@ overrides:
- files:
- js/ui/init.js
- js/dbusServices/**
- js/portalHelper/**
- subprojects/extensions-app/**
parserOptions:
sourceType: module