mirror of https://github.com/ElemeFE/element
Site: update output filename (#837)
parent
34bd23c338
commit
fea6225770
|
@ -90,4 +90,6 @@ if (process.env.NODE_ENV === 'production') {
|
|||
}
|
||||
|
||||
cooking.add('vue.preserveWhitespace', false);
|
||||
cooking.add('output.chunkFilename', 'element.[id].[chunkhash:7].js');
|
||||
cooking.add('output.filename', 'element.[name].[chunkhash:7].js');
|
||||
module.exports = cooking.resolve();
|
||||
|
|
Loading…
Reference in New Issue