AlexStacker
AlexStacker
Hi, @jonkemp I want to be able to find the path use `alternate search path` first and and the option `searchPath` is not undefined will to be used in next!...
本来想调试简单一些,直接使用node的async、await,就将target调整为es2017,不用typescript的tslib,结果报done不存在了。 如果调整target为es2017的话async库的调用方式不一样,会走asyncify不传递callback ```javascript // async.js L192-211 function asyncify(func) { return initialParams(function (args, callback) { var result; try { result = func.apply(this, args); } catch (e) { return callback(e); } //...
```typescript namespace request { type Promised = { /** * 开发者服务器返回的数据 */ data: T /** * 开发者服务器返回的 HTTP 状态码 */ statusCode: number /** * 开发者服务器返回的 HTTP Response Header * *...
Add the extra `html-webpack-plugin` option `assetsCdnName`: ```js plugins:[ // ...otherConfig new HtmlWebpackPlugin({ title: 'title', assetsCdnName: 'cdn', favicon: 'path/to/favicon', template: 'path/to/template', filename: 'filename', // other config }), new WebpackCdnPlugin({ modules: [...
现在`React`和`Vue`都集成进来了,希望能支持小程序版的。