mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 15:49:13 +08:00
fix(svg-core): Mark css as having side effects
This commit is contained in:
parent
65f4bdb502
commit
f8ba839414
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user