|
@@ -3,7 +3,7 @@ const common = path.resolve(__dirname, '../common');
|
|
|
const frame = path.resolve(__dirname, '../frame');
|
|
|
module.exports = {
|
|
|
publicPath: `/${process.env.VUE_APP_ROUTER}`,
|
|
|
- outputDir: 'studycms',
|
|
|
+ outputDir: process.env.VUE_APP_ROUTER,
|
|
|
productionSourceMap: false,
|
|
|
configureWebpack: (config) => {
|
|
|
Object.assign(config, {
|