mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
fix webpack build
This commit is contained in:
parent
da050c6369
commit
f0217cae5e
3 changed files with 9 additions and 6 deletions
|
@ -10,5 +10,6 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'src/public/app-dist'),
|
||||
filename: 'desktop.js'
|
||||
},
|
||||
devtool: 'source-map'
|
||||
};
|
||||
devtool: 'source-map',
|
||||
target: 'electron-main'
|
||||
};
|
||||
|
|
|
@ -10,5 +10,6 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'src/public/app-dist'),
|
||||
filename: 'mobile.js'
|
||||
},
|
||||
devtool: 'source-map'
|
||||
};
|
||||
devtool: 'source-map',
|
||||
target: 'electron-main'
|
||||
};
|
||||
|
|
|
@ -10,5 +10,6 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'src/public/app-dist'),
|
||||
filename: 'setup.js'
|
||||
},
|
||||
devtool: 'source-map'
|
||||
};
|
||||
devtool: 'source-map',
|
||||
target: 'electron-main'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue