mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14:49:13 +08:00
fix(svg-core): Mark css as having side effects
This commit is contained in:
parent
65f4bdb502
commit
f8ba839414
@ -90,9 +90,10 @@
|
||||
},
|
||||
"sideEffects": [
|
||||
"./index.js",
|
||||
"./index.es.js"
|
||||
"./index.es.js",
|
||||
"./styles.css"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user