Site: update output filename (#837)

This commit is contained in:
cinwell.li 2016-11-04 21:50:32 +08:00 committed by GitHub
parent 34bd23c338
commit fea6225770

View File

@ -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();