mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix setup of new document, closes #966
This commit is contained in:
@@ -3,11 +3,11 @@ const path = require('path');
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
entry: {
|
||||
mobile: './src/public/javascripts/desktop.js',
|
||||
mobile: './src/public/app/desktop.js',
|
||||
},
|
||||
output: {
|
||||
publicPath: 'dist/',
|
||||
path: path.resolve(__dirname, 'src/public/dist'),
|
||||
path: path.resolve(__dirname, 'src/public/app-dist'),
|
||||
filename: 'desktop.js'
|
||||
},
|
||||
devtool: 'source-map'
|
||||
|
||||
Reference in New Issue
Block a user