问题标签 [manifoldjs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
microsoft-edge - ManifoldJS 打包一个 Windows EdgeExtension,但结果为空
我按照本指南中的指南打包扩展: https ://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging/using-manifoldjs-to-package-extensions 。
示例扩展可从以下网址下载: https ://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/color_changer
我使用工具:ManifoldJS。
但目标文件夹的结果是空的。
packaging - 运行此命令后未创建文件夹-manifoldjs -l debug -p edgeextension -f edgeextension -m\manifest.json
这是用于打包边缘扩展的命令-manifoldjs -l debug -p edgeextension -f edgeextension -m \manifest.json。- 我在这里给出了我的扩展 manifest.json 文件的路径。
在manifoldjs完成运行后,应创建以下文件夹 -
我的扩展 edgeextension generationInfo.json manifest AppXManifest.xml Assets
Logo.png Extension manifest.json popup.html ...但在我的情况下,文件夹没有创建,我无法打包我的扩展。