monarchwadia / ragged

33 stars 4 forks source link

build: enable minification in esbuild configuration #8

Closed CoderDill closed 4 months ago

CoderDill commented 4 months ago

@monarchwadia #3

This pull request addresses the need to reduce the build size of the Ragged project by enabling minification in the esBuild configuration. This change significantly decreases the file size from 240kb to approximately 85kb, improving load times and efficiency without compromising functionality.

Changes:

Expected Impact:

Please review the changes and merge them if everything looks good. This enhancement is expected to contribute significantly to the performance optimizations of the Ragged project.

monarchwadia commented 4 months ago

Thank you @CoderDill !