From ca4d3b0bb44fb28cbe1924708e1d030a1673aeab Mon Sep 17 00:00:00 2001 From: xianzuyang9-blip Date: Mon, 8 Jun 2026 14:08:24 +0800 Subject: [PATCH] fix: export webpack helper subpath --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 897acc4..6d04b90 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,12 @@ "exports": { ".": { "types": "./lib/api.d.ts" + }, + "./bin/webpack": { + "require": "./bin/webpack.js" + }, + "./bin/webpack.js": { + "require": "./bin/webpack.js" } }, "bin": {