We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95b64 commit 281c476Copy full SHA for 281c476
template/.electron-nuxt/renderer/nuxt.config.js
@@ -38,7 +38,6 @@ const baseExtend = (config, { isClient }) => {
38
39
config.plugins.push(
40
new webpack.DefinePlugin({
41
- 'global': 'window',
42
'process.resourcesPath': isClient ? resourcesPath.nuxtClient() : resourcesPath.nuxtServer()
43
})
44
)
0 commit comments