Skip to content

0.1.22

Latest
Compare
Choose a tag to compare
@lucasferreiralimax lucasferreiralimax released this 25 Aug 09:47
· 7 commits to master since this release

Update

Significant improvements in build optimization.
This update introduces several enhancements to ensure that your build files are more compact and efficient.

Highlights of this Release:

  • JavaScript Minification: All .js and .mjs files are now minified to reduce their size and improve loading times. This includes the removal of unnecessary whitespace and comments for a more streamlined codebase.

  • Source Map Cleanup: Source map files (.map) are automatically removed during the build process. This helps in reducing the clutter and keeping your output directory clean.

  • JSON Minification: The package.json file is now minified using jsonminify, which removes unnecessary whitespace and comments, resulting in a smaller file size.

  • Homepage Field Added: The homepage field has been added to the package.json file to specify the URL of the project's homepage. This field helps users and tools easily locate the project's web presence.

  • .npmignore Removal: The .npmignore file is removed from the build output to avoid any unintended exclusions when publishing the package.

These improvements contribute to a more optimized and efficient build process, enhancing performance and reducing unnecessary file sizes.