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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.