Fixed #5774 - Improve PrimeVue bundle

This commit is contained in:
Mert Sincan 2024-05-23 20:45:05 +01:00
parent a0b138cda3
commit 1d3096d74e
572 changed files with 2147 additions and 5783 deletions

View file

@ -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"

View file

@ -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
}