在使用 1.7.0 的时候,插件的profile出现了
The profile of the panel (langs) needs to be moved to the package root
这行警告,请问这个该如何修改?
谢谢
在使用 1.7.0 的时候,插件的profile出现了
The profile of the panel (langs) needs to be moved to the package root
这行警告,请问这个该如何修改?
谢谢
之前 profile 都是定义在 package.json 里面的 panel 字段里面。
现在要挪出来,放到根层级上,就是和 panel 同一级了~~
因为理论上来说,panel 不应该有 profile
谢谢大神,的确这样就搞定了
发现了是少删除了一个符号