mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-01 03:38:30 +08:00
Site: update output filename (#837)
This commit is contained in:
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
Block a user