Nuxt/examples/with-sockets/nuxt.config.js

6 lines
69 B
JavaScript
Raw Normal View History

2017-01-18 16:25:06 +00:00
module.exports = {
build: {
vendor: ['socket.io-client']
}
}