Open jiankian opened 5 years ago
check the answer here #855
webPreferences: { nodeIntegration: true, },
修改webpack配置文件即可。templateParameters(compilation, assets, options) { return { compilation: compilation, webpack: compilation.getStats().toJson(), webpackConfig: compilation.options, htmlWebpackPlugin: { files: assets, options: options }, process, }; },
删除 <%index.ejs 中的` <% if (!process.browser) { %>
<% } %>
`
我在macOS用官方文档新建项目可以正常运行,但是在Windows新建的项目不能正常运行。
vue init simulatedgreg/electron-vue ann-electron
这是生成的package.json
一切就是默认的脚手架项目。不知道啥情况,一年前的同样创建的项目可以运行