Is snowpack used to build react-chrono? #166
|
Executing Unfortunately, this error is not very exact about the real cause. But I saw that on Azure, react-chrono is built using rollup. This runs quite well on my machine. So I'm wondering if snowpack is used to build the module or if the npm script |
Answered by
prabhuignoto
Apr 6, 2023
Replies: 2 comments
|
hi @newlukai sorry about the late replay. snowpack is only used for local development. rollup is used for building the final package. checkout rollup.config.js for more details on the configurations used. |
0 replies
Answer selected by
prabhuignoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project has undergone a migration to switch to the usage of Vite as the main development tool. For building the library, Rollup is being utilized.