fix(svg-core): Mark css as having side effects

This commit is contained in:
Gert Sallaerts 2022-02-08 14:48:51 +01:00 committed by GitHub
parent 65f4bdb502
commit f8ba839414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,8 @@
}, },
"sideEffects": [ "sideEffects": [
"./index.js", "./index.js",
"./index.es.js" "./index.es.js",
"./styles.css"
], ],
"scripts": { "scripts": {
"postinstall": "node attribution.js" "postinstall": "node attribution.js"