From 00c00b0bd97eca05d726e411ab222d9b9273a76b Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:35:40 +0800 Subject: [PATCH] feat: add betterncm-packed-plugins (#287) [skip ci] ## Summary by CodeRabbit - **New Features** - Added support for the `betterncm-packed-plugins`, enhancing flexibility in managing project dependencies. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c385bc0..9512c67 100644 --- a/package.json +++ b/package.json @@ -18645,6 +18645,9 @@ }, "loading-attribute-polyfill": { "version": "*" + }, + "betterncm-packed-plugins": { + "version": "*" } } }