Skip to content

Commit

Permalink
chore(babel): update comment around regenerator runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 12, 2020
1 parent b3b489e commit 081a0eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skeleton/plugin/dev-app/main.ext
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion skeleton/scaffold-minimum/src/main.ext
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion skeleton/scaffold-navigation/src/main.ext
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 081a0eb

Please sign in to comment.