Skip to content

Commit b048287

Browse files
committed
add widget-exports file to export map
1 parent 1c32dd6 commit b048287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/tasks/package-json.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function getComponentsExports() {
2323
'./contexts/form-field': './contexts/form-field.js',
2424
// Public internal components
2525
'./internal/tooltip-do-not-use': './internal/tooltip-do-not-use/index.js',
26+
'./internal/widget-exports': './internal/widget-exports.js',
2627
'./test-utils/dom/internal/tooltip': './test-utils/dom/internal/tooltip.js',
2728
'./test-utils/selectors/internal/tooltip': './test-utils/selectors/internal/tooltip.js',
2829
};

0 commit comments

Comments
 (0)