Skip to content

Commit 5c92736

Browse files
committed
add
1 parent 7b1d618 commit 5c92736

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# webpack-mpvue-vendor-plugin
2-
vendor.js update
1+
# webpack-mpvue-plugin
2+
3+
> mpvue 资源路径解析插件
4+
5+
## 使用示例:
6+
7+
```js
8+
const MpvuePlugin = require('webpack-mpvue-asset-plugin')
9+
// webpack config
10+
{
11+
entry: [],
12+
output: {
13+
path: path.resolve(__dirname, 'dist'),
14+
filename: 'foo.bundle.js'
15+
},
16+
plugins: [
17+
new MpvuePlugin()
18+
]
19+
};
20+
```
21+
22+
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)

0 commit comments

Comments
 (0)