Tag

ES Module

1 views collected around this technical thread.

Laiye Technology Team
Laiye Technology Team
Dec 3, 2021 · Frontend Development

Understanding Native ES Modules and Why Vite Is So Fast

This article explains the concept of Native‑ESM, traces the evolution of JavaScript module systems from IIFE to ES Modules, and shows how Vite leverages native ES modules, ESBuild, and caching to achieve dramatically faster cold starts and hot updates compared to traditional bundlers like Webpack.

ES Modulebuild-toolfrontend
0 likes · 14 min read
Understanding Native ES Modules and Why Vite Is So Fast
ByteDance ADFE Team
ByteDance ADFE Team
May 8, 2021 · Frontend Development

What Is Vite? A Fast Frontend Build Tool and Its Comparison with Webpack

Vite is a native ES Module‑driven frontend build tool that offers lightning‑fast cold starts, instant hot module replacement, and on‑demand compilation by eliminating bundle steps during development, while still using Rollup for production builds, providing a performance‑focused alternative to Webpack.

ES ModuleFrontend DevelopmentHot Module Replacement
0 likes · 11 min read
What Is Vite? A Fast Frontend Build Tool and Its Comparison with Webpack
360 Tech Engineering
360 Tech Engineering
Sep 20, 2018 · Frontend Development

Introducing ES Module Support in 75CDN: Usage Guide and Browser Compatibility

The article explains how 75CDN, a static resource CDN maintained by the 360 front‑end team, has added ES Module support, details browser compatibility, shows how to enable ESM on the platform, and provides practical code examples for importing modules in web projects.

@ImportBrowser CompatibilityES Module
0 likes · 6 min read
Introducing ES Module Support in 75CDN: Usage Guide and Browser Compatibility