mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
fix: add setting so webpack can apply tree shaking on it (#1337)
This commit is contained in:
@@ -35,5 +35,6 @@
|
||||
"@open-wc/testing": "^2.5.4",
|
||||
"sinon": "^7.4.1"
|
||||
},
|
||||
"module": "index.js"
|
||||
"module": "index.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
||||
@@ -46,5 +46,6 @@
|
||||
"npm-run-all": "4.1.3",
|
||||
"rollup": "^1.15.6"
|
||||
},
|
||||
"module": "index.js"
|
||||
"module": "index.js",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user