Tag

devtool

1 views collected around this technical thread.

ByteDance Web Infra
ByteDance Web Infra
Apr 28, 2024 · Frontend Development

Announcing Module Federation 2.0: New Features, Documentation, and Future Roadmap

Module Federation 2.0, released by ByteDance Web Infra and the original author, introduces best‑practice documentation, runtime‑tool decoupling, TypeScript type safety, a devtool, manifest protocol, and cross‑tool support to make micro‑frontend module sharing more flexible and developer‑friendly.

Micro Frontendsdevtoolfrontend architecture
0 likes · 8 min read
Announcing Module Federation 2.0: New Features, Documentation, and Future Roadmap
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 9, 2020 · Frontend Development

Mastering Source Maps: From JavaScript to CSS in Webpack

Source maps bridge compiled code and original sources, enabling precise debugging for JavaScript and CSS; this guide explains the source map format, key fields, and practical Webpack configurations—including devtool options, module mapping, and a custom loader for CSS URL resolution—to optimize both development and production workflows.

css-loaderdevtoolfrontend debugging
0 likes · 10 min read
Mastering Source Maps: From JavaScript to CSS in Webpack
System Architect Go
System Architect Go
Apr 2, 2017 · Backend Development

Detecting Node.js Memory Leaks with devtool

This tutorial explains how to install and use the devtool utility to monitor, capture heap snapshots, and analyze memory usage in a Node.js application, demonstrating the detection of memory leaks through practical examples and timeline visualizations.

Backenddebuggingdevtool
0 likes · 5 min read
Detecting Node.js Memory Leaks with devtool