<html><head>  <style>    html {      background: #fff;      color: #444;      font: 400 1em/1.5 "Helvetica Neue", Roboto, "Segoe UI", sans-serif;      padding: 2em;    }    body {      margin: 2em auto;      width: 28em;      max-width: 100%;    }    h1 {      line-height: 1.1;      margin: 2em 0 1em;      color: #000;      font-weight: 400;    }    p {      margin: 0.5em 0 0;    }    a {      text-decoration: none;      color: #007df0;    }    sub {      display: block;      margin-top: 2.5em;      text-align: center;      border-top: 1px solid #eee;      padding-top: 2em;    }    sub,    small {      color: #999;    }  </style></head><body style="width:34em;"><h1>This browser requires transpilation to ES5.</h1><p>To test your app with this browser, enable transpilation in development mode.</p><p>Transpilation can be enabled by setting the <code>vaadin.devmode.transpile=true</code> property for the deployment configuration using an application or a system property.<p><p>Note that transpilation is always enabled for the <code>build-frontend</code> Maven goal, which is also used when creating a production build of the application.</p><p><sub><a onclick="document.cookie='vaadinforceload=1';window.location.reload();return false;" href="#">Continue anyway<br>(eg. if you've setup ES5 transpilation in a custom webpack configuration)</sub></p></body>
</html>