Skip to content

Commit 281c476

Browse files
committed
Remove global variable
1 parent 1c95b64 commit 281c476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/.electron-nuxt/renderer/nuxt.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const baseExtend = (config, { isClient }) => {
3838

3939
config.plugins.push(
4040
new webpack.DefinePlugin({
41-
'global': 'window',
4241
'process.resourcesPath': isClient ? resourcesPath.nuxtClient() : resourcesPath.nuxtServer()
4342
})
4443
)

0 commit comments

Comments
 (0)