Skip to content

Commit 31f82a8

Browse files
committed
🔧 Optimize main
1 parent b24f9f5 commit 31f82a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"main": "dist/main.js",
88
"types": "dist/index.d.ts",
99
"type": "module",
10+
"targets": {
11+
"main": {
12+
"optimize": true
13+
}
14+
},
1015
"scripts": {
1116
"start": "npm run storybook",
1217
"watch": "parcel watch",

0 commit comments

Comments
 (0)