Svelte Rollup template with file name hashing and HTML minification
The svelte-rollup-template is an enhanced version of the official Svelte Rollup template. It adds the ability to hash the CSS and JS file names during production builds. This template addresses a GitHub issue related to file name hashing. The project utilizes PostHTML to process compiled assets after the build stage.
The svelte-rollup-template enhances the official Svelte Rollup template by adding file name hashing for CSS and JS bundles during production builds. It also utilizes PostHTML for processing compiled assets after the build stage. This template provides a solution for the GitHub issue related to file name hashing.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.