From 4ba671d4d6587c785bc45fb59a48b34a0751b5a1 Mon Sep 17 00:00:00 2001 From: jobevers Date: Thu, 26 Jan 2017 11:40:44 -0600 Subject: [PATCH] revert - build into the dist folder --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cd4cdabb5..bdfd83191 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,7 @@ const PATHS = { module.exports = { entry: ['babel-polyfill', './js/main.js'], output: { - path: path.join(__dirname, '..', 'electron', 'dist', 'js'), + path: path.join(PATHS.dist, 'js'), publicPath: '/js/', filename: "bundle.js" },