mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
fix webpack build
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user