Skip to content

Commit

Permalink
Fix out path
Browse files Browse the repository at this point in the history
  • Loading branch information
Andev authored and Andev committed Sep 17, 2017
1 parent e3e10a3 commit b2906f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
release
.idea
.DS_Store
dist
TODO.md
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var options = {
target: 'electron-renderer',
output: {
filename: "[name].js",
path: './dist'
path: path.resolve(__dirname, 'dist')
},
resolve: {
modules: [
Expand Down

0 comments on commit b2906f5

Please sign in to comment.