Kevin Lee
Kevin Lee
 Close #296
webpack2.2.3 相关配置如下: ```js plugins: [ ... new ProvidePlugin({ $ : 'jquery', jQuery : 'jquery', 'window.jQuery': 'jquery', 'window.$' : 'jquery', }) ] ``` 报错信息如下: 
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#schemaObject The `SchemaObject` interface doesn't have `$ref` property https://github.com/kogosoftwarellc/open-api/blob/30a6a91349d122ae38b9faea210d3ec969cca29c/packages/openapi-types/index.ts#L524 Maybe `DefinitionsObject` interface and `properties` in `SchemaObject` interface should use `Schema` ? https://github.com/kogosoftwarellc/open-api/blob/30a6a91349d122ae38b9faea210d3ec969cca29c/packages/openapi-types/index.ts#L430
RT
请问 uni-app 什么时候支持 ESM 呢 现在引入一些 ESM 包时会报错,比如 `strip-json-comments` 这个包,如果我在 `vite.config.ts` 中引入并使用就会报下面的错误 ```bash > uni -p mp-weixin Please note that in running mode, due to log output, sourcemap, and uncompressed...