# vite **Repository Path**: xesxz/vite ## Basic Information - **Project Name**: vite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-10 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [render](https://cn.vuejs.org/v2/guide/render-function.html) [map weakmap](https://blog.csdn.net/c__dreamer/article/details/82182649) [vite](https://juejin.cn/post/6844904176531537934#heading-22) ## vite项目中的坑 ``` // vite.config.js module.exports = { optimizeDeps: { include: ["lodash"] } } ```