mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5774 - Improve PrimeVue bundle
This commit is contained in:
parent
a0b138cda3
commit
1d3096d74e
572 changed files with 2147 additions and 5783 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"main": "./checkbox.cjs.js",
|
||||
"module": "./checkbox.esm.js",
|
||||
"unpkg": "./checkbox.min.js",
|
||||
"main": "./checkbox.cjs",
|
||||
"module": "./checkbox.mjs",
|
||||
"types": "./Checkbox.d.ts",
|
||||
"browser": {
|
||||
"./sfc": "./Checkbox.vue"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"main": "./checkboxstyle.cjs.js",
|
||||
"module": "./checkboxstyle.esm.js",
|
||||
"unpkg": "./checkboxstyle.min.js",
|
||||
"main": "./checkboxstyle.cjs",
|
||||
"module": "./checkboxstyle.mjs",
|
||||
"types": "./CheckboxStyle.d.ts",
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue