blob: 7e7df9c13eb07d825a8199ffcceadc54422eb18d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
'use strict'
module.exports = {
// orginal was dist
outputDir: 'dist/electron',
dev: {
publicPath: '/',
port: 8080,
},
build: {
// orginal was /
publicPath: './',
},
}
|