Commit e2b2b42c authored by Sebastien Chopin's avatar Sebastien Chopin

Remove promise-polyfill

parent 491104a5
......@@ -3,10 +3,7 @@ module.exports = {
extend (config, { isClient }) {
config.resolve.alias['create-api'] = `./create-api-${isClient ? 'client' : 'server'}.js`
},
vendor: [
'firebase',
'promise-polyfill'
]
vendor: ['firebase']
},
head: {
titleTemplate: 'Nuxt HN | %s',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment