update
This commit is contained in:
parent
bc0cd494fd
commit
3e04770c4c
|
|
@ -16,7 +16,7 @@ fs.open('./build/env.js', 'w', function(err, fd) {
|
|||
|
||||
module.exports = merge(webpackBaseConfig, {
|
||||
output: {
|
||||
publicPath: 'https://iview.github.io/iview-admin/dist/',
|
||||
publicPath: 'https://iview.github.io/iview-admin/dist/', // 修改 https://iv...admin 这部分为你的服务器域名
|
||||
filename: '[name].[hash].js',
|
||||
chunkFilename: '[name].[hash].chunk.js'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue