13 lines
175 B
JavaScript
13 lines
175 B
JavaScript
module.exports = {
|
|
build: {
|
|
cleanConsole: true,
|
|
},
|
|
dev: {
|
|
removeElectronJunk: true,
|
|
chineseLog: false,
|
|
port: 8088
|
|
},
|
|
DllFolder: '',
|
|
UseJsx: true
|
|
}
|