You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
flyapps/fir_client/vue.config.js

16 lines
385 B

module.exports = {
pages: {
index: {
entry: 'src/main.js',
template: 'public/index.html',
chunks:['chunk-vendors','chunk-common','index']
},
download: {
entry: 'src/download.js',
template: 'public/download.html',
chunks:['chunk-vendors','chunk-common','download']
},
}
};