We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b5334 commit bdfe392Copy full SHA for bdfe392
build-tools/tasks/package-json.js
@@ -121,6 +121,13 @@ module.exports = parallel([
121
]),
122
generatePackageJson(path.join(workspace.targetPath, 'components-definitions'), {
123
name: '@cloudscape-design/components-definitions',
124
+ exports: {
125
+ './components': './components/index.js',
126
+ './test-utils-doc/dom': './test-utils-doc/dom.js',
127
+ './test-utils-doc/selectors': './test-utils-doc/selectors.js',
128
+ // this directory is generated down the line in other builds
129
+ './styles/*.json': './styles/*.json',
130
+ },
131
}),
132
styleDictionaryPackageJson,
133
componentsThemeablePackageJson,
0 commit comments