Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Feb 25, 2024
1 parent 5324988 commit c726b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</p>
<br/>
<p align="center">
<a href="https://github.com/aem-vite/import-rewriter/actions/workflows/build.yml"><img src="https://github.com/aem-vite/import-rewriter/actions/workflows/build.yml/badge.svg?branch=develop" alt="Build status"></a>
<a href="https://npmjs.com/package/@aem-vite/import-rewriter"><img src="https://img.shields.io/npm/v/@aem-vite/import-rewriter.svg" alt="npm package"></a>
<a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/@aem-vite/import-rewriter.svg" alt="node compatility"></a>
<a href="https://open.vscode.dev/aem-vite/import-rewriter"><img src="https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc" alt="Open in Visual Studio Code"></a>
Expand All @@ -13,7 +14,7 @@

# @aem-vite/import-rewriter

A Vite/Rollup transformer that ensures dynamic `import` statements use the correct public path which by default is relative instead of absolute.
A Vite/Rollup transformer that ensures `import` statements use the correct AEM ClientLib public path.

## Getting Started

Expand Down

0 comments on commit c726b55

Please sign in to comment.