mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix webpack buidl
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
mobile: './src/public/app/mobile.js',
|
||||
},
|
||||
output: {
|
||||
publicPath: '/dist/',
|
||||
publicPath: 'app-dist/',
|
||||
path: path.resolve(__dirname, 'src/public/app-dist'),
|
||||
filename: 'mobile.js'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user