Skip to content

Commit 09c7cd7

Browse files
fix: reduce package size, avoid *.d.ts
1 parent 7a7e5d9 commit 09c7cd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/create-webpack-app/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"bin",
3939
"lib",
4040
"templates",
41-
"!**/*__tests__"
41+
"!**/*__tests__",
42+
"!**/*.d.ts"
4243
],
4344
"dependencies": {
4445
"@inquirer/prompts": "^7.2.0",

0 commit comments

Comments
 (0)