Closed tomivirkki closed 10 months ago
For some reason, under react-components-pro package, the build.ts script generates output files to the package root, ignoring the dir name under which the source file is.
react-components-pro
build.ts
As a workaround, manually move the files to the correct location.
Bugfix
Closing in favor of https://github.com/vaadin/react-components/pull/232
Description
For some reason, under
react-components-pro
package, thebuild.ts
script generates output files to the package root, ignoring the dir name under which the source file is.As a workaround, manually move the files to the correct location.
Type of change
Bugfix