Skip to content

Commit d05ba89

Browse files
committed
modify README.md
1 parent 586da83 commit d05ba89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ const mpvueVendorPlugin = require('webpack-mpvue-vendor-plugin')
1414
filename: 'foo.bundle.js'
1515
},
1616
plugins: [
17-
new mpvueVendorPlugin()
17+
new mpvueVendorPlugin({
18+
platform: process.argv
19+
})
1820
]
1921
};
2022
```

0 commit comments

Comments
 (0)