Package Exports
- webpack-mpvue-asset-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webpack-mpvue-asset-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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。