|
@@ -42,7 +42,7 @@ module.exports = {
|
|
* In most cases please use '/' !!!
|
|
* In most cases please use '/' !!!
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
*/
|
|
*/
|
|
- publicPath: process.env.NODE_ENV === 'staging' ? '/jsm-manager' : '/',
|
|
|
|
|
|
+ publicPath: process.env.VUE_APP_PATH_ALIAS,
|
|
outputDir: 'dist',
|
|
outputDir: 'dist',
|
|
assetsDir: './static',
|
|
assetsDir: './static',
|
|
// lintOnSave: process.env.NODE_ENV === 'development',
|
|
// lintOnSave: process.env.NODE_ENV === 'development',
|