diff --git a/skeleton/plugin/dev-app/main.ext b/skeleton/plugin/dev-app/main.ext index d53842631..85d5f0ac5 100644 --- a/skeleton/plugin/dev-app/main.ext +++ b/skeleton/plugin/dev-app/main.ext @@ -1,6 +1,6 @@ // @if feat.babel // regenerator-runtime is to support async/await syntax in ESNext. -// If you don't use async/await, you can remove regenerator-runtime. +// If you target latest browsers (have native support), or don't use async/await, you can remove regenerator-runtime. import 'regenerator-runtime/runtime'; // @endif // @if feat.typescript diff --git a/skeleton/scaffold-minimum/src/main.ext b/skeleton/scaffold-minimum/src/main.ext index 553ac86c6..a0b958d63 100644 --- a/skeleton/scaffold-minimum/src/main.ext +++ b/skeleton/scaffold-minimum/src/main.ext @@ -1,6 +1,6 @@ // @if feat.babel // regenerator-runtime is to support async/await syntax in ESNext. -// If you don't use async/await, you can remove regenerator-runtime. +// If you target latest browsers (have native support), or don't use async/await, you can remove regenerator-runtime. import 'regenerator-runtime/runtime'; // @endif // @if feat.typescript diff --git a/skeleton/scaffold-navigation/src/main.ext b/skeleton/scaffold-navigation/src/main.ext index 69b7ccebe..77af39f96 100644 --- a/skeleton/scaffold-navigation/src/main.ext +++ b/skeleton/scaffold-navigation/src/main.ext @@ -1,6 +1,6 @@ // @if feat.babel // regenerator-runtime is to support async/await syntax in ESNext. -// If you don't use async/await, you can remove regenerator-runtime. +// If you target latest browsers (have native support), or don't use async/await, you can remove regenerator-runtime. import 'regenerator-runtime/runtime'; // @endif import 'bootstrap';