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": {