Nuxt/examples/custom-routes/nuxt.config.js
Sébastien Chopin eabcf490b1 Simplify example
2016-12-19 20:35:34 +01:00

6 lines
58 B
JavaScript

module.exports = {
build: {
vendor: ['axios']
}
}