我已经从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