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": "./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"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue