Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

从零开始配置webpack | 前端日记 #102

Open
ytanck opened this issue Aug 29, 2024 · 0 comments
Open

从零开始配置webpack | 前端日记 #102

ytanck opened this issue Aug 29, 2024 · 0 comments

Comments

@ytanck
Copy link
Owner

ytanck commented Aug 29, 2024

https://whyta.cn/post/dea76e8a02f5/

从零开始配置webpack(基于webpack 4 和 babel 7版本)webpack 核心概念: Entry: 入口 Module:模块,webpack中一切皆是模块 Chunk:代码库,一个chunk由十多个模块组合而成,用于代码合并与分割 Loader:模块转换器,用于把模块原内容按照需求转换成新内容 Plugin:扩展插件,在webpack构建流程中的特定时机注入扩展逻辑来改变构建结果

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant