2016-11-07 12:53:05 +00:00
|
|
|
module.exports = {
|
2016-11-09 01:35:13 +00:00
|
|
|
build: {
|
|
|
|
vendor: ['axios'] // Add axios in the vendor.bundle.js
|
|
|
|
},
|
2016-11-07 18:21:32 +00:00
|
|
|
loading: {
|
|
|
|
color: '#4FC08D',
|
|
|
|
failedColor: '#bf5050',
|
|
|
|
duration: 1500
|
|
|
|
}
|
2016-11-07 12:53:05 +00:00
|
|
|
}
|