Tag

Custom Loader

1 views collected around this technical thread.

WecTeam
WecTeam
Jul 29, 2020 · Frontend Development

How to Use Webpack for Mini‑Program File Dependency Analysis

This article explains how to leverage Webpack to perform comprehensive file dependency analysis for WeChat mini‑programs, covering the creation of dynamic entry files, custom loaders for wxss, wxml, wxs, and json, handling path issues, and preparing resources for efficient packaging.

Custom LoaderFrontend DevelopmentWeChat
0 likes · 14 min read
How to Use Webpack for Mini‑Program File Dependency Analysis
Beike Product & Technology
Beike Product & Technology
Jul 2, 2020 · Frontend Development

Developing Custom Webpack Loaders: del‑log‑loader and transform‑loader

This article explains step‑by‑step how to create, configure, and use custom synchronous and asynchronous Webpack loaders—including a console‑log remover and an ES6‑to‑ES5 transformer—covering project setup, loader implementation, options validation, source‑map generation, and loader resolution.

BabelBuild ToolsCustom Loader
0 likes · 9 min read
Developing Custom Webpack Loaders: del‑log‑loader and transform‑loader