fix setup of new document, closes #966

This commit is contained in:
zadam
2020-04-14 21:57:42 +02:00
parent 48aadc8309
commit 29cec8112e
149 changed files with 194 additions and 181 deletions

View File

@@ -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'