Skip to content

Commit 1b7a19a

Browse files
committed
Make prod default
1 parent 9d7e59e commit 1b7a19a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"./*": {
1010
"development": "./dist/packages/*",
1111
"production": "./dist-prod/packages/*",
12-
"default": "./dist/packages/*"
12+
"default": "./dist-prod/packages/*"
1313
},
1414
"./types": {
1515
"types": "./types/stable/index.d.ts"

0 commit comments

Comments
 (0)