vaadin / react-components

15 stars 4 forks source link

fix: manually relocate built util files #231

Closed tomivirkki closed 10 months ago

tomivirkki commented 10 months ago

Description

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.

As a workaround, manually move the files to the correct location.

Type of change

Bugfix

tomivirkki commented 10 months ago

Closing in favor of https://github.com/vaadin/react-components/pull/232