> For the complete documentation index, see [llms.txt](https://blog.yuyy.tech/mian-shi-shu-li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua.md).

# 工程化

- [前端](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan.md)
- [防止package-lock.json删除](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/fang-zhi-packagelock.json-shan-chu.md): package
- [打包ESM和CommonJS](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/da-bao-esm-he-commonjs.md): ESM和CommonJS共存如何打包
- [babel](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/babel.md): babel
- [webpack](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/webpack.md): 模块打包器-前端工程化里程碑式的工具
- [pnpm](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/pnpm.md): pnpm浅析
- [多包管理](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/duo-bao-guan-li.md)
- [vite](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/vite.md): 前端工程化的新贵
- [各种base](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/qian-duan/ge-zhong-base.md): base
- [服务端](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/fu-wu-duan.md)
- [Maven](https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua/fu-wu-duan/maven.md): Maven


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.yuyy.tech/mian-shi-shu-li/qian-duan-gong-cheng-hua.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
