1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-11 11:18:06 +00:00
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']
}
}