|
|
|
|
6
|
env: require('./prod.env'),
|
6
|
env: require('./prod.env'),
|
7
|
index: path.resolve(__dirname, '../dist/index.html'),
|
7
|
index: path.resolve(__dirname, '../dist/index.html'),
|
8
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
8
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
9
|
- assetsSubDirectory: './static',
|
|
|
|
|
9
|
+ assetsSubDirectory: 'static',
|
10
|
assetsPublicPath: './',
|
10
|
assetsPublicPath: './',
|
11
|
productionSourceMap: true,
|
11
|
productionSourceMap: true,
|
12
|
// Gzip off by default as many popular static hosts such as
|
12
|
// Gzip off by default as many popular static hosts such as
|