x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

Develop Entry Point Script and Set Up Build Process #5

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Description:

Create an entry point script for the library with minimal code. Ensure that the build process is correctly set up with Vite and that it outputs both the JavaScript bundle and the corresponding TypeScript declaration files.

Acceptance Criteria:

  1. An entry point script is created for the library.
  2. The build process using Vite is established and tested.
  3. The build process outputs the JavaScript bundle.
  4. TypeScript declaration files are generated alongside the JavaScript output.
cstroliadavis commented 5 months ago

Jumped the gun a bit and did this during the cleanup process in #4