Skip to content

Commit

Permalink
fix(package.json): flag most of bootstrap-vue as being side effect fr…
Browse files Browse the repository at this point in the history
…ee (#2268)
  • Loading branch information
tmorehouse authored Dec 11, 2018
1 parent 64bdf69 commit 5a77532
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"nuxt",
"es"
],
"sideEffects": [
"./es/utils/object.js",
"./src/utils/object.js",
"./es/utils/array.js",
"./src/utils/array.js"
],
"scripts": {
"build": "scripts/build",
"watch": "rollup -c scripts/rollup.config.js --watch",
Expand Down

0 comments on commit 5a77532

Please sign in to comment.