xaboy / form-create

:fire::fire::fire: 强大的低代码动态表单组件,通过JSON数据驱动表单渲染,适配移动端,支持可视化设计。提高开发者对表单的开发效率。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。
https://www.form-create.com/
MIT License
6.07k stars 975 forks source link

pnpm build时会报一个警告 #668

Closed huyuan9479 closed 8 months ago

huyuan9479 commented 9 months ago
 form-designer-naiveui: "^1.1.0"

警告内容入下:node_modules/.pnpm/form-designer-naiveui@1.1.0_vue@3.2.47/node_modules/form-designer-naiveui/dist/index.es.js (176:13) Use of eval in "node_modules/.pnpm/form-designer-naiveui@1.1.0_vue@3.2.47/node_modules/form-designer-naiveui/dist/index.es.js" is strongly discouraged as it poses security risks and may cause issues with minification.

xaboy commented 9 months ago

你用的这个不是官方的包,可能是版本没有同步更新. 替换掉代码中的eval方法就好了 @huyuan9479