move build to electron folder
This commit is contained in:
parent
e95f1b8163
commit
728125c999
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const PATHS = {
|
|||
module.exports = {
|
||||
entry: ['babel-polyfill', './js/main.js'],
|
||||
output: {
|
||||
path: path.join(PATHS.dist, 'js'),
|
||||
path: path.join(__dirname, '..', 'electron', 'dist', 'js'),
|
||||
publicPath: '/js/',
|
||||
filename: "bundle.js"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue