Skip to content

Commit 3708454

Browse files
authored
Add NPM badge to README
Signed-off-by: Steve Repsher <[email protected]>
1 parent 9e294e8 commit 3708454

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Transform Async Modules Webpack Plugin
22

3+
[![NPM Version](https://img.shields.io/npm/v/transform-async-modules-webpack-plugin)](https://www.npmjs.com/package/transform-async-modules-webpack-plugin)
4+
35
## What it solves
46

57
[Webpack](https://webpack.js.org) converts uses of top level `await` expressions into modules that are wrapped in an `async function`. Since transpilation usually happens when modules are loaded, the resulting chunks still contain these wrappers. Thus they are not compatible with legacy browsers or other environments that do not support ES2017 or later.

0 commit comments

Comments
 (0)