# yingshi **Repository Path**: wangxiaozheng/yingshi ## Basic Information - **Project Name**: yingshi - **Description**: 萤石摄像头 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-01 - **Last Updated**: 2025-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### esm `vue.config.js` ```js // vue.config.js module.exports = { // 该对象将会被 webpack-merge 合并入最终的 webpack 配置。 // 文档:https://cli.vuejs.org/zh/guide/webpack.html configureWebpack: { module: { rules: [ // 支持 node_modules 下 mjs { test: /\.mjs$/, include: /node_modules/, type: "javascript/auto", }, ], }, }, }; ```