# webpack-mpvue-vendor-plugin **Repository Path**: jaawu/webpack-mpvue-vendor-plugin ## Basic Information - **Project Name**: webpack-mpvue-vendor-plugin - **Description**: vendor.js update - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2021-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack-mpvue-vendor-plugin > mpvue global 修正 ## 使用示例: ```js const mpvueVendorPlugin = require('webpack-mpvue-vendor-plugin') // webpack config { entry: [], output: { path: path.resolve(__dirname, 'dist'), filename: 'foo.bundle.js' }, plugins: [ new mpvueVendorPlugin({ platform: process.env.PLATFORM }) ] }; ``` bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)。