We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f987a19 commit d27486cCopy full SHA for d27486c
README.md
@@ -46,7 +46,7 @@ mpvueSimple.build() // => Promise
46
```javascript
47
mpvueSimple.build({
48
externals: {
49
- sdk: 'require("../../../../sdk")', // 公共模块的相对路径
+ sdk: 'require("../../../../sdk")', // 公共模块的相对路径
50
},
51
})
52
```
0 commit comments