You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/app-core/app-es5-disabled.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ h2 {
40
40
<h2>Developers:</h2>
41
41
<ul>
42
42
<li>ES5 builds are disabled <strong>during development</strong> to take advantage of 2x faster build times.</li>
43
-
<li>Please see the example below or our <a href="https://stenciljs.com/docs/stencil-config" target="_blank">config docs</a> if you would like to develop on a browser that does not fully support ES2017 and custom elements.</li>
43
+
<li>Please see the example below or our <a href="https://stenciljs.com/docs/stencil-config" target="_blank" rel="noopener noreferrer">config docs</a> if you would like to develop on a browser that does not fully support ES2017 and custom elements.</li>
44
44
<li>Note that by default, ES5 builds and polyfills are enabled during production builds.</li>
45
45
<li>When testing browsers it is recommended to always test in production mode, and ES5 builds should always be enabled during production builds.</li>
46
46
<li><em>This is only an experiement and if it slows down app development then we will revert this and enable ES5 builds during dev.</em></li>
@@ -98,7 +98,7 @@ h2 {
98
98
<h2 style="margin-top:0">AFTER:</h2>
99
99
<p>The index.html should now include two scripts using the modern ES Module script pattern.
100
100
Note that only one file will actually be requested and loaded based on the browser's native support for ES Modules.
101
-
For more info, please see <a href="https://developers.google.com/web/fundamentals/primers/modules#browser" target="_blank">Using JavaScript modules on the web</a>.
101
+
For more info, please see <a href="https://developers.google.com/web/fundamentals/primers/modules#browser" target="_blank" rel="noopener noreferrer">Using JavaScript modules on the web</a>.
0 commit comments