Commit 4b102844 authored by baiyaaaaa's avatar baiyaaaaa

fix chunkhash error

parent 07cd2306
......@@ -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();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment