From 7d4991c9757000ac72cc4c99e11f5c61d818ebd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=A9c=20An?= <16853175+ducan-ne@users.noreply.github.com> Date: Sat, 5 Mar 2022 02:57:17 +0700 Subject: [PATCH] Add parcel-import-url --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 45d2a12..9271ceb 100644 --- a/readme.md +++ b/readme.md @@ -124,6 +124,7 @@ - [parcel-plugin-externals](https://github.com/FlorianRappl/parcel-plugin-externals) - Adds the ability to omit specified dependencies from the generated bundle(s), e.g., by referencing global variables. - [parcel-plugin-nuke-dist](https://github.com/RadValentin/parcel-plugin-nuke-dist) - Wipes the `dist/` directory before compiling a new bundle. - [parcel-plugin-marked-prismjs](https://github.com/hemmingson/parcel-plugin-marked-prismjs) - Plugin for using prismjs plugins in md files. +- [parcel-import-url](https://github.com/ducan-ne/parcel-import-url) - A plugin make import by url not impossible anymore. ## Integration with other languages, frameworks