Move AirPlay auth module to extension and add initial options UI

This commit is contained in:
hensm
2019-10-31 04:52:42 +00:00
parent b3b14f782d
commit b93bdcad8c
21 changed files with 740 additions and 168 deletions

View File

@@ -86,4 +86,7 @@ module.exports = (env) => ({
, "react-dom": "preact-compat"
}
}
, node: {
fs: "empty"
}
});