mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5668 - Add sideEffects: false to nested package.json files on components
This commit is contained in:
parent
0979dde96d
commit
b7caa4e442
281 changed files with 885 additions and 284 deletions
|
@ -2,5 +2,6 @@
|
|||
"main": "./styleclassstyle.cjs.js",
|
||||
"module": "./styleclassstyle.esm.js",
|
||||
"unpkg": "./styleclassstyle.min.js",
|
||||
"types": "./StyleClassStyle.d.ts"
|
||||
"types": "./StyleClassStyle.d.ts",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue