Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 418 Bytes

webpack-mpvue-plugin

mpvue 资源路径解析插件

使用示例:

const MpvuePlugin = require('webpack-mpvue-asset-plugin')
// webpack config
{
  entry: [],
  output: {
    path: path.resolve(__dirname, 'dist'),
    filename: 'foo.bundle.js'
  },
  plugins: [
    new MpvuePlugin()
  ]
};

bug 或者交流建议等请反馈到 mpvue/issues