Skip to content

Commit 4d177e2

Browse files
AbhiPrasadonurtemizkan
authored andcommitted
fix(vue): Mark Vue as having no side effects. (#4217)
The vue package has never had any side effects. We should align with the rest of our SDKS and set the `sideEffects` field in package.json to be false.
1 parent ab49dd8 commit 4d177e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/vue/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,5 @@
8888
}
8989
}
9090
},
91-
"sideEffects": [
92-
"./src/index.ts"
93-
]
91+
"sideEffects": false
9492
}

0 commit comments

Comments
 (0)