diff --git a/client/page.js b/client/page.js index f29834b..6df1f2f 100644 --- a/client/page.js +++ b/client/page.js @@ -201,20 +201,6 @@ class MainPage extends RuntimeEnv { for (let m of ["runtime", "core", "sprite", "locale", "main"]) { bundles[m] = data.app.manifest[`${m}.js`] } - // The app's stylesheet, when the UI build emits one. - // - // The UI used to ship every rule inside the JS (webpack style-loader) and - // inject ~92