Skip to content

Commit 81cacec

Browse files
authored
fix(api): allow treeshaking (#795)
1 parent 93c6bb8 commit 81cacec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devtools-api/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@vue/devtools-api",
33
"type": "module",
4+
"sideEffects": false,
45
"version": "7.7.1",
56
"author": "webfansplz",
67
"license": "MIT",

0 commit comments

Comments
 (0)