Skip to content

Commit

Permalink
Add shields to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rart committed Nov 14, 2020
1 parent 7fedd5a commit 9a6b7b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[npm]: https://img.shields.io/npm/v/rollup-plugin-replace-imports-with-vars
[npm-url]: https://www.npmjs.com/package/rollup-plugin-replace-imports-with-vars
[size]: https://packagephobia.now.sh/badge?p=rollup-plugin-replace-imports-with-vars
[size-url]: https://packagephobia.now.sh/result?p=rollup-plugin-replace-imports-with-vars

[![npm][npm]][npm-url]
[![size][size]][size-url]

# rollup-plugin-replace-imports-with-vars

Say you're using the [dynamic `import()`](https://v8.dev/features/dynamic-import) on your web app to load some other lib file. Your lib project
Expand Down

0 comments on commit 9a6b7b7

Please sign in to comment.