不允许加载本地资源index.html

时间:2018-04-17 10:26:48

标签: file webpack electron

我已经从github下载了electronic-webpack-quick-start,并试图用index.html文件替换默认代码。

win.loadURL(url.format({
  pathname: path.join(__dirname, 'index.html'),
  protocol: 'file:',
  slashes: true
}))

但我得到了这个错误:

Not allowed to load local resource

我试图禁用websecurity,但错误消失但没有显示任何内容。

我也尝试添加:

"files": [
"*.js",
"build",
"node_modules"]

到我的package.json

0 个答案:

没有答案