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