Skip to content

mpvue/webpack-mpvue-vendor-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

webpack-mpvue-vendor-plugin

mpvue global 修正

使用示例:

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