Skip to content

Commit 3f4d318

Browse files
committed
fix: restore missing bundled entrypoint
Avoid using this though, because of custom element double-registration
1 parent 62f05c8 commit 3f4d318

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/slick-dodos-say.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@patternfly/elements": patch
3+
---
4+
5+
Restore missing entrypoint file (pfe.min.js)
6+

elements/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"customElements": "custom-elements.json",
77
"type": "module",
88
"main": "./pfe.min.js",
9-
"module": "./pfe.js",
9+
"module": "./pfe.min.js",
1010
"types": "./pfe.d.ts",
1111
"exports": {
1212
".": "./pfe.min.js",
@@ -105,6 +105,7 @@
105105
},
106106
"files": [
107107
"!*.ts",
108+
"pfe.min.js",
108109
"custom-elements.json",
109110
"**/*.LEGAL.txt",
110111
"**/*.css",

0 commit comments

Comments
 (0)