2 repos
Settings for defining the base URL or prefix used for loading static assets like scripts, styles, and images.
Explore 2 awesome GitHub repositories matching development tools & productivity · Asset Path Configurations. Refine with filters or upvote what's useful.
Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d
Specifies public base paths for assets to ensure correct URL resolution in nested deployment structures.
Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou
Configure the base public URL to ensure assets resolve correctly across CDNs and absolute path structures.