mirror of https://github.com/ElemeFE/element
fix chunkhash error
parent
07cd230674
commit
4b10284478
|
@ -91,5 +91,5 @@ 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');
|
||||
cooking.add('output.filename', 'element.[name].[hash:7].js');
|
||||
module.exports = cooking.resolve();
|
||||
|
|
Loading…
Reference in New Issue