The `cssFile` property of `AppOptions` is not respected. Bootstrapping with: ``` platformNativeScriptDynamic({cssFile:"custom.css"}).bootstrapModule(...); ``` Will still load `app.css` instead of `custom.css`