Skip to content

Commit 5a77532

Browse files
authored
fix(package.json): flag most of bootstrap-vue as being side effect free (#2268)
1 parent 64bdf69 commit 5a77532

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
"nuxt",
5050
"es"
5151
],
52+
"sideEffects": [
53+
"./es/utils/object.js",
54+
"./src/utils/object.js",
55+
"./es/utils/array.js",
56+
"./src/utils/array.js"
57+
],
5258
"scripts": {
5359
"build": "scripts/build",
5460
"watch": "rollup -c scripts/rollup.config.js --watch",

0 commit comments

Comments
 (0)