|
|
|
@ -8,7 +8,7 @@ const devServerPort = 9527 // TODO: get this variable from setting.ts |
|
|
|
const name = 'Vue Typescript Admin' // TODO: get this variable from setting.ts
|
|
|
|
|
|
|
|
module.exports = { |
|
|
|
publicPath: process.env.NODE_ENV === 'production' ? '/vue-typescript-admin-template/' : '/', |
|
|
|
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/vue-typescript-admin-template/', |
|
|
|
lintOnSave: process.env.NODE_ENV === 'development', |
|
|
|
productionSourceMap: false, |
|
|
|
devServer: { |
|
|
|
|