在dist文件夹电子版中包含JS

时间:2019-10-30 15:04:45

标签: electron

In my index.htlm I have:
<body>  
  <script src="./app/db.js"></script>  
</body>

Now when I compile, I dont see dg.js in the dist folder.

I did add  "files": ["**/*", "dist/**/*"] in the package.json

Help please.

我正在尝试使用db.js来初始化varialbes

0 个答案:

没有答案