fix: add setting so webpack can apply tree shaking on it (#1337)

This commit is contained in:
Brian Schlenker
2020-02-12 09:34:40 -05:00
committed by GitHub
parent 67b9761fbd
commit b5fdf5c2f1
2 changed files with 4 additions and 2 deletions

View File

@@ -35,5 +35,6 @@
"@open-wc/testing": "^2.5.4",
"sinon": "^7.4.1"
},
"module": "index.js"
"module": "index.js",
"sideEffects": false
}

View File

@@ -46,5 +46,6 @@
"npm-run-all": "4.1.3",
"rollup": "^1.15.6"
},
"module": "index.js"
"module": "index.js",
"sideEffects": false
}