Fixed #5668 - Add sideEffects: false to nested package.json files on components
parent
0979dde96d
commit
b7caa4e442
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Accordion.d.ts",
|
"types": "./Accordion.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Accordion.vue"
|
"./sfc": "./Accordion.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./accordionstyle.cjs.js",
|
"main": "./accordionstyle.cjs.js",
|
||||||
"module": "./accordionstyle.esm.js",
|
"module": "./accordionstyle.esm.js",
|
||||||
"unpkg": "./accordionstyle.min.js",
|
"unpkg": "./accordionstyle.min.js",
|
||||||
"types": "./AccordionStyle.d.ts"
|
"types": "./AccordionStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./AccordionContent.d.ts",
|
"types": "./AccordionContent.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./AccordionContent.vue"
|
"./sfc": "./AccordionContent.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./accordioncontentstyle.cjs.js",
|
"main": "./accordioncontentstyle.cjs.js",
|
||||||
"module": "./accordioncontentstyle.esm.js",
|
"module": "./accordioncontentstyle.esm.js",
|
||||||
"unpkg": "./accordioncontentstyle.min.js",
|
"unpkg": "./accordioncontentstyle.min.js",
|
||||||
"types": "./AccordionContentStyle.d.ts"
|
"types": "./AccordionContentStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./AccordionHeader.d.ts",
|
"types": "./AccordionHeader.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./AccordionHeader.vue"
|
"./sfc": "./AccordionHeader.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./accordionheaderstyle.cjs.js",
|
"main": "./accordionheaderstyle.cjs.js",
|
||||||
"module": "./accordionheaderstyle.esm.js",
|
"module": "./accordionheaderstyle.esm.js",
|
||||||
"unpkg": "./accordionheaderstyle.min.js",
|
"unpkg": "./accordionheaderstyle.min.js",
|
||||||
"types": "./AccordionHeaderStyle.d.ts"
|
"types": "./AccordionHeaderStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./AccordionPanel.d.ts",
|
"types": "./AccordionPanel.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./AccordionPanel.vue"
|
"./sfc": "./AccordionPanel.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./accordionpanelstyle.cjs.js",
|
"main": "./accordionpanelstyle.cjs.js",
|
||||||
"module": "./accordionpanelstyle.esm.js",
|
"module": "./accordionpanelstyle.esm.js",
|
||||||
"unpkg": "./accordionpanelstyle.min.js",
|
"unpkg": "./accordionpanelstyle.min.js",
|
||||||
"types": "./AccordionPanelStyle.d.ts"
|
"types": "./AccordionPanelStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./AccordionTab.d.ts",
|
"types": "./AccordionTab.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./AccordionTab.vue"
|
"./sfc": "./AccordionTab.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./accordiontabstyle.cjs.js",
|
"main": "./accordiontabstyle.cjs.js",
|
||||||
"module": "./accordiontabstyle.esm.js",
|
"module": "./accordiontabstyle.esm.js",
|
||||||
"unpkg": "./accordiontabstyle.min.js",
|
"unpkg": "./accordiontabstyle.min.js",
|
||||||
"types": "./AccordionTabStyle.d.ts"
|
"types": "./AccordionTabStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./animateonscrollstyle.cjs.js",
|
"main": "./animateonscrollstyle.cjs.js",
|
||||||
"module": "./animateonscrollstyle.esm.js",
|
"module": "./animateonscrollstyle.esm.js",
|
||||||
"unpkg": "./animateonscrollstyle.min.js",
|
"unpkg": "./animateonscrollstyle.min.js",
|
||||||
"types": "./AnimateOnScrollStyle.d.ts"
|
"types": "./AnimateOnScrollStyle.d.ts",
|
||||||
}
|
"sideEffects": false
|
||||||
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./AutoComplete.d.ts",
|
"types": "./AutoComplete.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./AutoComplete.vue"
|
"./sfc": "./AutoComplete.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./autocompletestyle.cjs.js",
|
"main": "./autocompletestyle.cjs.js",
|
||||||
"module": "./autocompletestyle.esm.js",
|
"module": "./autocompletestyle.esm.js",
|
||||||
"unpkg": "./autocompletestyle.min.js",
|
"unpkg": "./autocompletestyle.min.js",
|
||||||
"types": "./AutoCompleteStyle.d.ts"
|
"types": "./AutoCompleteStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Avatar.d.ts",
|
"types": "./Avatar.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Avatar.vue"
|
"./sfc": "./Avatar.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./avatarstyle.cjs.js",
|
"main": "./avatarstyle.cjs.js",
|
||||||
"module": "./avatarstyle.esm.js",
|
"module": "./avatarstyle.esm.js",
|
||||||
"unpkg": "./avatarstyle.min.js",
|
"unpkg": "./avatarstyle.min.js",
|
||||||
"types": "./AvatarStyle.d.ts"
|
"types": "./AvatarStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./AvatarGroup.d.ts",
|
"types": "./AvatarGroup.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./AvatarGroup.vue"
|
"./sfc": "./AvatarGroup.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./avatargroupstyle.cjs.js",
|
"main": "./avatargroupstyle.cjs.js",
|
||||||
"module": "./avatargroupstyle.esm.js",
|
"module": "./avatargroupstyle.esm.js",
|
||||||
"unpkg": "./avatargroupstyle.min.js",
|
"unpkg": "./avatargroupstyle.min.js",
|
||||||
"types": "./AvatarGroupStyle.d.ts"
|
"types": "./AvatarGroupStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Badge.d.ts",
|
"types": "./Badge.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Badge.vue"
|
"./sfc": "./Badge.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./badgestyle.cjs.js",
|
"main": "./badgestyle.cjs.js",
|
||||||
"module": "./badgestyle.esm.js",
|
"module": "./badgestyle.esm.js",
|
||||||
"unpkg": "./badgestyle.min.js",
|
"unpkg": "./badgestyle.min.js",
|
||||||
"types": "./BadgeStyle.d.ts"
|
"types": "./BadgeStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./badgedirectivestyle.cjs.js",
|
"main": "./badgedirectivestyle.cjs.js",
|
||||||
"module": "./badgedirectivestyle.esm.js",
|
"module": "./badgedirectivestyle.esm.js",
|
||||||
"unpkg": "./badgedirectivestyle.min.js",
|
"unpkg": "./badgedirectivestyle.min.js",
|
||||||
"types": "./BadgeDirectiveStyle.d.ts"
|
"types": "./BadgeDirectiveStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./basestyle.cjs.js",
|
"main": "./basestyle.cjs.js",
|
||||||
"module": "./basestyle.esm.js",
|
"module": "./basestyle.esm.js",
|
||||||
"unpkg": "./basestyle.min.js",
|
"unpkg": "./basestyle.min.js",
|
||||||
"types": "./BaseStyle.d.ts"
|
"types": "./BaseStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./BaseComponent.d.ts",
|
"types": "./BaseComponent.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./BaseComponent.vue"
|
"./sfc": "./BaseComponent.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./basecomponentstyle.cjs.js",
|
"main": "./basecomponentstyle.cjs.js",
|
||||||
"module": "./basecomponentstyle.esm.js",
|
"module": "./basecomponentstyle.esm.js",
|
||||||
"unpkg": "./basecomponentstyle.min.js",
|
"unpkg": "./basecomponentstyle.min.js",
|
||||||
"types": "./BaseComponentStyle.d.ts"
|
"types": "./BaseComponentStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,8 @@
|
||||||
"unpkg": "./baseicon.min.js",
|
"unpkg": "./baseicon.min.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./BaseIcon.vue"
|
"./sfc": "./BaseIcon.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./baseiconstyle.cjs.js",
|
"main": "./baseiconstyle.cjs.js",
|
||||||
"module": "./baseiconstyle.esm.js",
|
"module": "./baseiconstyle.esm.js",
|
||||||
"unpkg": "./baseiconstyle.min.js",
|
"unpkg": "./baseiconstyle.min.js",
|
||||||
"types": "./BaseIconStyle.d.ts"
|
"types": "./BaseIconStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./BlockUI.d.ts",
|
"types": "./BlockUI.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./BlockUI.vue"
|
"./sfc": "./BlockUI.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./blockuistyle.cjs.js",
|
"main": "./blockuistyle.cjs.js",
|
||||||
"module": "./blockuistyle.esm.js",
|
"module": "./blockuistyle.esm.js",
|
||||||
"unpkg": "./blockuistyle.min.js",
|
"unpkg": "./blockuistyle.min.js",
|
||||||
"types": "./BlockUIStyle.d.ts"
|
"types": "./BlockUIStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Breadcrumb.d.ts",
|
"types": "./Breadcrumb.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Breadcrumb.vue"
|
"./sfc": "./Breadcrumb.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./breadcrumbstyle.cjs.js",
|
"main": "./breadcrumbstyle.cjs.js",
|
||||||
"module": "./breadcrumbstyle.esm.js",
|
"module": "./breadcrumbstyle.esm.js",
|
||||||
"unpkg": "./breadcrumbstyle.min.js",
|
"unpkg": "./breadcrumbstyle.min.js",
|
||||||
"types": "./BreadcrumbStyle.d.ts"
|
"types": "./BreadcrumbStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Button.d.ts",
|
"types": "./Button.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Button.vue"
|
"./sfc": "./Button.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./buttonstyle.cjs.js",
|
"main": "./buttonstyle.cjs.js",
|
||||||
"module": "./buttonstyle.esm.js",
|
"module": "./buttonstyle.esm.js",
|
||||||
"unpkg": "./buttonstyle.min.js",
|
"unpkg": "./buttonstyle.min.js",
|
||||||
"types": "./ButtonStyle.d.ts"
|
"types": "./ButtonStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./ButtonGroup.d.ts",
|
"types": "./ButtonGroup.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./ButtonGroup.vue"
|
"./sfc": "./ButtonGroup.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./buttongroupstyle.cjs.js",
|
"main": "./buttongroupstyle.cjs.js",
|
||||||
"module": "./buttongroupstyle.esm.js",
|
"module": "./buttongroupstyle.esm.js",
|
||||||
"unpkg": "./buttongroupstyle.min.js",
|
"unpkg": "./buttongroupstyle.min.js",
|
||||||
"types": "./ButtonGroupStyle.d.ts"
|
"types": "./ButtonGroupStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Calendar.d.ts",
|
"types": "./Calendar.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Calendar.vue"
|
"./sfc": "./Calendar.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./calendarstyle.cjs.js",
|
"main": "./calendarstyle.cjs.js",
|
||||||
"module": "./calendarstyle.esm.js",
|
"module": "./calendarstyle.esm.js",
|
||||||
"unpkg": "./calendarstyle.min.js",
|
"unpkg": "./calendarstyle.min.js",
|
||||||
"types": "./CalendarStyle.d.ts"
|
"types": "./CalendarStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Card.d.ts",
|
"types": "./Card.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Card.vue"
|
"./sfc": "./Card.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./cardstyle.cjs.js",
|
"main": "./cardstyle.cjs.js",
|
||||||
"module": "./cardstyle.esm.js",
|
"module": "./cardstyle.esm.js",
|
||||||
"unpkg": "./cardstyle.min.js",
|
"unpkg": "./cardstyle.min.js",
|
||||||
"types": "./CardStyle.d.ts"
|
"types": "./CardStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Carousel.d.ts",
|
"types": "./Carousel.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Carousel.vue"
|
"./sfc": "./Carousel.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./carouselstyle.cjs.js",
|
"main": "./carouselstyle.cjs.js",
|
||||||
"module": "./carouselstyle.esm.js",
|
"module": "./carouselstyle.esm.js",
|
||||||
"unpkg": "./carouselstyle.min.js",
|
"unpkg": "./carouselstyle.min.js",
|
||||||
"types": "./CarouselStyle.d.ts"
|
"types": "./CarouselStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./CascadeSelect.d.ts",
|
"types": "./CascadeSelect.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./CascadeSelect.vue"
|
"./sfc": "./CascadeSelect.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./cascadeselectstyle.cjs.js",
|
"main": "./cascadeselectstyle.cjs.js",
|
||||||
"module": "./cascadeselectstyle.esm.js",
|
"module": "./cascadeselectstyle.esm.js",
|
||||||
"unpkg": "./cascadeselectstyle.min.js",
|
"unpkg": "./cascadeselectstyle.min.js",
|
||||||
"types": "./CascadeSelectStyle.d.ts"
|
"types": "./CascadeSelectStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Chart.d.ts",
|
"types": "./Chart.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Chart.vue"
|
"./sfc": "./Chart.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./chartstyle.cjs.js",
|
"main": "./chartstyle.cjs.js",
|
||||||
"module": "./chartstyle.esm.js",
|
"module": "./chartstyle.esm.js",
|
||||||
"unpkg": "./chartstyle.min.js",
|
"unpkg": "./chartstyle.min.js",
|
||||||
"types": "./ChartStyle.d.ts"
|
"types": "./ChartStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Checkbox.d.ts",
|
"types": "./Checkbox.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Checkbox.vue"
|
"./sfc": "./Checkbox.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./checkboxstyle.cjs.js",
|
"main": "./checkboxstyle.cjs.js",
|
||||||
"module": "./checkboxstyle.esm.js",
|
"module": "./checkboxstyle.esm.js",
|
||||||
"unpkg": "./checkboxstyle.min.js",
|
"unpkg": "./checkboxstyle.min.js",
|
||||||
"types": "./CheckboxStyle.d.ts"
|
"types": "./CheckboxStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Chip.d.ts",
|
"types": "./Chip.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Chip.vue"
|
"./sfc": "./Chip.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./chipstyle.cjs.js",
|
"main": "./chipstyle.cjs.js",
|
||||||
"module": "./chipstyle.esm.js",
|
"module": "./chipstyle.esm.js",
|
||||||
"unpkg": "./chipstyle.min.js",
|
"unpkg": "./chipstyle.min.js",
|
||||||
"types": "./ChipStyle.d.ts"
|
"types": "./ChipStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Chips.d.ts",
|
"types": "./Chips.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Chips.vue"
|
"./sfc": "./Chips.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./chipsstyle.cjs.js",
|
"main": "./chipsstyle.cjs.js",
|
||||||
"module": "./chipsstyle.esm.js",
|
"module": "./chipsstyle.esm.js",
|
||||||
"unpkg": "./chipsstyle.min.js",
|
"unpkg": "./chipsstyle.min.js",
|
||||||
"types": "./ChipsStyle.d.ts"
|
"types": "./ChipsStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./ColorPicker.d.ts",
|
"types": "./ColorPicker.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./ColorPicker.vue"
|
"./sfc": "./ColorPicker.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./colorpickerstyle.cjs.js",
|
"main": "./colorpickerstyle.cjs.js",
|
||||||
"module": "./colorpickerstyle.esm.js",
|
"module": "./colorpickerstyle.esm.js",
|
||||||
"unpkg": "./colorpickerstyle.min.js",
|
"unpkg": "./colorpickerstyle.min.js",
|
||||||
"types": "./ColorPickerStyle.d.ts"
|
"types": "./ColorPickerStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Column.d.ts",
|
"types": "./Column.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Column.vue"
|
"./sfc": "./Column.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./columnstyle.cjs.js",
|
"main": "./columnstyle.cjs.js",
|
||||||
"module": "./columnstyle.esm.js",
|
"module": "./columnstyle.esm.js",
|
||||||
"unpkg": "./columnstyle.min.js",
|
"unpkg": "./columnstyle.min.js",
|
||||||
"types": "./ColumnStyle.d.ts"
|
"types": "./ColumnStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./ColumnGroup.d.ts",
|
"types": "./ColumnGroup.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./ColumnGroup.vue"
|
"./sfc": "./ColumnGroup.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./columngroupstyle.cjs.js",
|
"main": "./columngroupstyle.cjs.js",
|
||||||
"module": "./columngroupstyle.esm.js",
|
"module": "./columngroupstyle.esm.js",
|
||||||
"unpkg": "./columngroupstyle.min.js",
|
"unpkg": "./columngroupstyle.min.js",
|
||||||
"types": "./ColumnGroupStyle.d.ts"
|
"types": "./ColumnGroupStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./ConfirmDialog.d.ts",
|
"types": "./ConfirmDialog.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./ConfirmDialog.vue"
|
"./sfc": "./ConfirmDialog.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./confirmdialogstyle.cjs.js",
|
"main": "./confirmdialogstyle.cjs.js",
|
||||||
"module": "./confirmdialogstyle.esm.js",
|
"module": "./confirmdialogstyle.esm.js",
|
||||||
"unpkg": "./confirmdialogstyle.min.js",
|
"unpkg": "./confirmdialogstyle.min.js",
|
||||||
"types": "./ConfirmDialogStyle.d.ts"
|
"types": "./ConfirmDialogStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./ConfirmPopup.d.ts",
|
"types": "./ConfirmPopup.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./ConfirmPopup.vue"
|
"./sfc": "./ConfirmPopup.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./confirmpopupstyle.cjs.js",
|
"main": "./confirmpopupstyle.cjs.js",
|
||||||
"module": "./confirmpopupstyle.esm.js",
|
"module": "./confirmpopupstyle.esm.js",
|
||||||
"unpkg": "./confirmpopupstyle.min.js",
|
"unpkg": "./confirmpopupstyle.min.js",
|
||||||
"types": "./ConfirmPopupStyle.d.ts"
|
"types": "./ConfirmPopupStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./ContextMenu.d.ts",
|
"types": "./ContextMenu.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./ContextMenu.vue"
|
"./sfc": "./ContextMenu.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./contextmenustyle.cjs.js",
|
"main": "./contextmenustyle.cjs.js",
|
||||||
"module": "./contextmenustyle.esm.js",
|
"module": "./contextmenustyle.esm.js",
|
||||||
"unpkg": "./contextmenustyle.min.js",
|
"unpkg": "./contextmenustyle.min.js",
|
||||||
"types": "./ContextMenuStyle.d.ts"
|
"types": "./ContextMenuStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./DataTable.d.ts",
|
"types": "./DataTable.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./DataTable.vue"
|
"./sfc": "./DataTable.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./datatablestyle.cjs.js",
|
"main": "./datatablestyle.cjs.js",
|
||||||
"module": "./datatablestyle.esm.js",
|
"module": "./datatablestyle.esm.js",
|
||||||
"unpkg": "./datatablestyle.min.js",
|
"unpkg": "./datatablestyle.min.js",
|
||||||
"types": "./DataTableStyle.d.ts"
|
"types": "./DataTableStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./DataView.d.ts",
|
"types": "./DataView.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./DataView.vue"
|
"./sfc": "./DataView.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./dataviewstyle.cjs.js",
|
"main": "./dataviewstyle.cjs.js",
|
||||||
"module": "./dataviewstyle.esm.js",
|
"module": "./dataviewstyle.esm.js",
|
||||||
"unpkg": "./dataviewstyle.min.js",
|
"unpkg": "./dataviewstyle.min.js",
|
||||||
"types": "./DataViewStyle.d.ts"
|
"types": "./DataViewStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./DatePicker.d.ts",
|
"types": "./DatePicker.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./DatePicker.vue"
|
"./sfc": "./DatePicker.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./datepickerstyle.cjs.js",
|
"main": "./datepickerstyle.cjs.js",
|
||||||
"module": "./datepickerstyle.esm.js",
|
"module": "./datepickerstyle.esm.js",
|
||||||
"unpkg": "./datepickerstyle.min.js",
|
"unpkg": "./datepickerstyle.min.js",
|
||||||
"types": "./DatePickerStyle.d.ts"
|
"types": "./DatePickerStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./DeferredContent.d.ts",
|
"types": "./DeferredContent.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./DeferredContent.vue"
|
"./sfc": "./DeferredContent.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./deferredcontentstyle.cjs.js",
|
"main": "./deferredcontentstyle.cjs.js",
|
||||||
"module": "./deferredcontentstyle.esm.js",
|
"module": "./deferredcontentstyle.esm.js",
|
||||||
"unpkg": "./deferredcontentstyle.min.js",
|
"unpkg": "./deferredcontentstyle.min.js",
|
||||||
"types": "./DeferredContentStyle.d.ts"
|
"types": "./DeferredContentStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Dialog.d.ts",
|
"types": "./Dialog.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Dialog.vue"
|
"./sfc": "./Dialog.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./dialogstyle.cjs.js",
|
"main": "./dialogstyle.cjs.js",
|
||||||
"module": "./dialogstyle.esm.js",
|
"module": "./dialogstyle.esm.js",
|
||||||
"unpkg": "./dialogstyle.min.js",
|
"unpkg": "./dialogstyle.min.js",
|
||||||
"types": "./DialogStyle.d.ts"
|
"types": "./DialogStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Divider.d.ts",
|
"types": "./Divider.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Divider.vue"
|
"./sfc": "./Divider.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./dividerstyle.cjs.js",
|
"main": "./dividerstyle.cjs.js",
|
||||||
"module": "./dividerstyle.esm.js",
|
"module": "./dividerstyle.esm.js",
|
||||||
"unpkg": "./dividerstyle.min.js",
|
"unpkg": "./dividerstyle.min.js",
|
||||||
"types": "./DividerStyle.d.ts"
|
"types": "./DividerStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Dock.d.ts",
|
"types": "./Dock.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Dock.vue"
|
"./sfc": "./Dock.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./dockstyle.cjs.js",
|
"main": "./dockstyle.cjs.js",
|
||||||
"module": "./dockstyle.esm.js",
|
"module": "./dockstyle.esm.js",
|
||||||
"unpkg": "./dockstyle.min.js",
|
"unpkg": "./dockstyle.min.js",
|
||||||
"types": "./DockStyle.d.ts"
|
"types": "./DockStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Drawer.d.ts",
|
"types": "./Drawer.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Drawer.vue"
|
"./sfc": "./Drawer.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./drawerstyle.cjs.js",
|
"main": "./drawerstyle.cjs.js",
|
||||||
"module": "./drawerstyle.esm.js",
|
"module": "./drawerstyle.esm.js",
|
||||||
"unpkg": "./drawerstyle.min.js",
|
"unpkg": "./drawerstyle.min.js",
|
||||||
"types": "./DrawerStyle.d.ts"
|
"types": "./DrawerStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Dropdown.d.ts",
|
"types": "./Dropdown.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Dropdown.vue"
|
"./sfc": "./Dropdown.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./dropdownstyle.cjs.js",
|
"main": "./dropdownstyle.cjs.js",
|
||||||
"module": "./dropdownstyle.esm.js",
|
"module": "./dropdownstyle.esm.js",
|
||||||
"unpkg": "./dropdownstyle.min.js",
|
"unpkg": "./dropdownstyle.min.js",
|
||||||
"types": "./DropdownStyle.d.ts"
|
"types": "./DropdownStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./DynamicDialog.d.ts",
|
"types": "./DynamicDialog.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./DynamicDialog.vue"
|
"./sfc": "./DynamicDialog.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./dynamicdialogstyle.cjs.js",
|
"main": "./dynamicdialogstyle.cjs.js",
|
||||||
"module": "./dynamicdialogstyle.esm.js",
|
"module": "./dynamicdialogstyle.esm.js",
|
||||||
"unpkg": "./dynamicdialogstyle.min.js",
|
"unpkg": "./dynamicdialogstyle.min.js",
|
||||||
"types": "./DynamicDialogStyle.d.ts"
|
"types": "./DynamicDialogStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Editor.d.ts",
|
"types": "./Editor.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Editor.vue"
|
"./sfc": "./Editor.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./editorstyle.cjs.js",
|
"main": "./editorstyle.cjs.js",
|
||||||
"module": "./editorstyle.esm.js",
|
"module": "./editorstyle.esm.js",
|
||||||
"unpkg": "./editorstyle.min.js",
|
"unpkg": "./editorstyle.min.js",
|
||||||
"types": "./EditorStyle.d.ts"
|
"types": "./EditorStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Fieldset.d.ts",
|
"types": "./Fieldset.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Fieldset.vue"
|
"./sfc": "./Fieldset.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./fieldsetstyle.cjs.js",
|
"main": "./fieldsetstyle.cjs.js",
|
||||||
"module": "./fieldsetstyle.esm.js",
|
"module": "./fieldsetstyle.esm.js",
|
||||||
"unpkg": "./fieldsetstyle.min.js",
|
"unpkg": "./fieldsetstyle.min.js",
|
||||||
"types": "./FieldsetStyle.d.ts"
|
"types": "./FieldsetStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./FileUpload.d.ts",
|
"types": "./FileUpload.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./FileUpload.vue"
|
"./sfc": "./FileUpload.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./fileuploadstyle.cjs.js",
|
"main": "./fileuploadstyle.cjs.js",
|
||||||
"module": "./fileuploadstyle.esm.js",
|
"module": "./fileuploadstyle.esm.js",
|
||||||
"unpkg": "./fileuploadstyle.min.js",
|
"unpkg": "./fileuploadstyle.min.js",
|
||||||
"types": "./FileUploadStyle.d.ts"
|
"types": "./FileUploadStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./FloatLabel.d.ts",
|
"types": "./FloatLabel.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./FloatLabel.vue"
|
"./sfc": "./FloatLabel.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./floatlabelstyle.cjs.js",
|
"main": "./floatlabelstyle.cjs.js",
|
||||||
"module": "./floatlabelstyle.esm.js",
|
"module": "./floatlabelstyle.esm.js",
|
||||||
"unpkg": "./floatlabelstyle.min.js",
|
"unpkg": "./floatlabelstyle.min.js",
|
||||||
"types": "./FloatLabelStyle.d.ts"
|
"types": "./FloatLabelStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./focustrapstyle.cjs.js",
|
"main": "./focustrapstyle.cjs.js",
|
||||||
"module": "./focustrapstyle.esm.js",
|
"module": "./focustrapstyle.esm.js",
|
||||||
"unpkg": "./focustrapstyle.min.js",
|
"unpkg": "./focustrapstyle.min.js",
|
||||||
"types": "./FocusTrapStyle.d.ts"
|
"types": "./FocusTrapStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./Galleria.d.ts",
|
"types": "./Galleria.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./Galleria.vue"
|
"./sfc": "./Galleria.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./galleriastyle.cjs.js",
|
"main": "./galleriastyle.cjs.js",
|
||||||
"module": "./galleriastyle.esm.js",
|
"module": "./galleriastyle.esm.js",
|
||||||
"unpkg": "./galleriastyle.min.js",
|
"unpkg": "./galleriastyle.min.js",
|
||||||
"types": "./GalleriaStyle.d.ts"
|
"types": "./GalleriaStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./IconField.d.ts",
|
"types": "./IconField.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./IconField.vue"
|
"./sfc": "./IconField.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"main": "./iconfieldstyle.cjs.js",
|
"main": "./iconfieldstyle.cjs.js",
|
||||||
"module": "./iconfieldstyle.esm.js",
|
"module": "./iconfieldstyle.esm.js",
|
||||||
"unpkg": "./iconfieldstyle.min.js",
|
"unpkg": "./iconfieldstyle.min.js",
|
||||||
"types": "./IconFieldStyle.d.ts"
|
"types": "./IconFieldStyle.d.ts",
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./index.vue"
|
"./sfc": "./index.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./index.vue"
|
"./sfc": "./index.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./index.vue"
|
"./sfc": "./index.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./index.vue"
|
"./sfc": "./index.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./index.vue"
|
"./sfc": "./index.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./index.vue"
|
"./sfc": "./index.vue"
|
||||||
}
|
},
|
||||||
|
"sideEffects": [
|
||||||
|
"*.vue"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue