|
@@ -47,10 +47,10 @@ module.exports = {
|
|
|
|
|
|
build: {
|
|
build: {
|
|
// Template for index.html
|
|
// Template for index.html
|
|
- index: path.resolve(__dirname, '../dist/index.html'),
|
|
|
|
|
|
+ index: path.resolve(__dirname, '../auction-manage/index.html'),
|
|
|
|
|
|
// Paths
|
|
// Paths
|
|
- assetsRoot: path.resolve(__dirname, '../dist'),
|
|
|
|
|
|
+ assetsRoot: path.resolve(__dirname, '../auction-manage'),
|
|
assetsSubDirectory: 'static',
|
|
assetsSubDirectory: 'static',
|
|
assetsPublicPath: '/',
|
|
assetsPublicPath: '/',
|
|
|
|
|