Revert "fix: mac build"

This reverts commit 2dcf04c47c.
This commit is contained in:
Igor Gassmann 2018-04-27 14:44:03 -04:00
parent f91d6aee84
commit 728ca72fa9

View file

@ -3,10 +3,6 @@ const path = require('path');
const ELECTRON_RENDERER_PROCESS_ROOT = path.resolve(__dirname, 'src/renderer/');
module.exports = {
node: {
__dirname: false,
__filename: false
},
// This rule is temporarily necessary until https://github.com/electron-userland/electron-webpack/issues/60 is fixed.
module: {
rules: [