atomliu

Results 4 issues of atomliu

![image](https://user-images.githubusercontent.com/39009225/109503603-72f1bd00-7ad5-11eb-877c-c8a8b3d2fc17.png)

升级到最新的版本依然遇到了这样的问题,这是我的配置文件 ```ts import { defineConfig } from 'father'; export default defineConfig({ platform: 'browser', cjs: { sourcemap: true, input: 'src', transformer: 'babel', output: 'dist' } }); ``` 看了下源码是 js 的文件就会出现这个问题?官方的 demo...

uniapp 没有这种插件,作者考虑适配一下吗

**标题**:`[email protected]` 在 Reflect 对象缺失方法时的兼容性问题 **Title**: Compatibility Issue in `[email protected]` When Methods Are Missing from Reflect Object --- **问题描述(Description)**: 在使用 `[email protected]` 时,如果全局对象 `Reflect` 上缺失某些方法(例如由于其他库的干扰),会导致 `reflect-metadata` 的回退机制抛出错误。具体来说,当 `Reflect` 上存在 `defineMetadata` 方法但缺少 `getOwnMetadataKeys`...