https://github.com/fu1996/webpack-plugins-loaders
yarn workspace 进行 管理 的webpack颜色替换插件,条件编译插件
https://github.com/fu1996/webpack-plugins-loaders
webpack webpack-loader webpack-plugin webpack4 webpack5
Last synced: 11 months ago
JSON representation
yarn workspace 进行 管理 的webpack颜色替换插件,条件编译插件
- Host: GitHub
- URL: https://github.com/fu1996/webpack-plugins-loaders
- Owner: fu1996
- Created: 2022-12-03T09:05:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:00:22.000Z (over 2 years ago)
- Last Synced: 2025-03-29T12:51:19.269Z (about 1 year ago)
- Topics: webpack, webpack-loader, webpack-plugin, webpack4, webpack5
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📺 本项目使用 yarn workspace 进行多包管理
## 📋 目录结构
- packages/color-replace-loader:webpack 颜色替换工具
- packages/i18n-translate-tool:国际化翻译脚手架工具 【因谷歌翻译失效,暂时不可用】
- packages/var-color-replace-loader:css变量颜色替换工具
- packages/webpack-resolve-mode-plugin:webpack条件编译插件(根据文件后缀进行条件编译,参考自滴滴开源的MDX跨端小程序)
- packages/webpack-used-files-plugin:查找项目中用到的文件(会被webpack打包所使用)的工具
## ⏰ 如果该库帮助了您,期待您的 star