Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qazbnm456 committed Jun 6, 2017
1 parent 6726e0e commit 8d021e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .electron-vue/webpack.main.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ let mainConfig = {
]
},
node: {
__dirname: false,
__filename: false
__dirname: process.env.NODE_ENV !== 'production',
__filename: process.env.NODE_ENV !== 'production'
},
output: {
filename: '[name].js',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ $ yarn run test

---

This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[d4b97b2](https://github.com/SimulatedGREG/electron-vue/commit/d4b97b225b2c2b2f9805a83d52339fafa68bf523) and developed by [@qazbnm456](https://github.com/qazbnm456).
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[dd957e7](https://github.com/SimulatedGREG/electron-vue/commit/dd957e79f82349fff4bcc1385ca3dea20961c485) and developed by [@qazbnm456](https://github.com/qazbnm456).
2 changes: 1 addition & 1 deletion src/main/js/constants/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export default {
lulumiPreloadPath: `${lulumiHelperPath}/preload`,
lulumiPagesPath: `${lulumiHelperPath}/pages`,
lulumiPDFJSPath: `${lulumiHelperPath}/pdfjs`,
lulumiRev: '795c7553dca9c984c704651e53bccc426af80372',
lulumiRev: '6726e0ef2089f14da761f4e5e6b9fbf27ff2cc8a',
};

0 comments on commit 8d021e5

Please sign in to comment.