quasarframework / electron-wrapper

[DEPRECATED] Electron Wrapper for Quasar App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change webpack target from `node` to `electron-main`

zuck opened this issue · comments

According to official Webpack 2 docs, the target option in electron/build/webpack.conf.js should be changed from node to electron-main.

See: https://webpack.js.org/configuration/target/