Update dependencies and improve build system
This commit is contained in:
14
service/project.config.js
Normal file
14
service/project.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
outputDir: 'dist',
|
||||
|
||||
dev: {
|
||||
publicPath: '/',
|
||||
port: 8080,
|
||||
},
|
||||
|
||||
build: {
|
||||
publicPath: './',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user