Commit fea62257 authored by cinwell.li's avatar cinwell.li Committed by GitHub

Site: update output filename (#837)

parent 34bd23c3
......@@ -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();
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