Skip to content

Commit 54cb860

Browse files
committed
chore: 在 package.json 中添加 sideEffects 配置,指定特定文件
1 parent cd431ec commit 54cb860

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,8 @@
102102
"core-js"
103103
]
104104
},
105-
"license": "MIT"
105+
"license": "MIT",
106+
"sideEffects": [
107+
"src/.internal/ua-parser.js"
108+
]
106109
}

0 commit comments

Comments
 (0)