Skip to content

Commit

Permalink
fix: 🐛 Multiple bugs in webpack parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Apr 8, 2021
1 parent 93069e8 commit 2ff5eac
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<br>
<h1 align="center">jsconfig.json</h1>

<p align="center">
Automatically generates <b>jsconfig.json</b> for your vscode workspace with optional support for custom absolute <b>path aliases</b> used for import/export extracted from webpack config resolve alias option.
Automatically generates <b>jsconfig.json</b> for your vscode workspace with optional support for custom absolute <b>path aliases</b> used for import/export extracted from webpack config resolve alias option.
</p>

<p align="center">
<a href="https://github.com/jsimck/jsconfig.json/actions/workflows/build.yml">
<img alt="ci" src="https://github.com/jsimck/jsconfig.json/actions/workflows/build.yml/badge.svg?branch=main">
<img alt="ci" src="https://github.com/jsimck/jsconfig.json/actions/workflows/build.yml/badge.svg?branch=main">
</a>
<a href="https://conventionalcommits.org">
<img alt="Conventional Commits" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg">
<img alt="Conventional Commits" src="https://img.shields.io/badge/ Conventional%20Commits-1.0.0-yellow.svg">
</a>
<a href="https://github.com/prettier/prettier">
<img alt="Prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
<img alt="Prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
</a>
</p>

Expand Down

0 comments on commit 2ff5eac

Please sign in to comment.