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": "./textarea.cjs.js",
"module": "./textarea.esm.js",
"unpkg": "./textarea.min.js",
"main": "./textarea.cjs",
"module": "./textarea.mjs",
"types": "./Textarea.d.ts",
"browser": {
"./sfc": "./Textarea.vue"

View file

@ -1,7 +1,6 @@
{
"main": "./textareastyle.cjs.js",
"module": "./textareastyle.esm.js",
"unpkg": "./textareastyle.min.js",
"main": "./textareastyle.cjs",
"module": "./textareastyle.mjs",
"types": "./TextareaStyle.d.ts",
"sideEffects": false
}