revert - build into the dist folder

This commit is contained in:
jobevers 2017-01-26 11:40:44 -06:00
parent 51ca2f8a92
commit 724742f0db

View file

@ -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"
},