Removed polyfil and added moder build

This commit is contained in:
Grzegorz Leoniec 2019-02-09 11:14:22 +01:00
parent 72da18d1a7
commit 5ec21b5cb9
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -9,6 +9,8 @@ module.exports = {
dev: dev,
debug: dev ? 'nuxt:*,app' : null,
modern: 'client',
transition: {
name: 'slide-up',
mode: 'out-in'
@ -158,12 +160,6 @@ module.exports = {
** Build configuration
*/
build: {
/*
* TODO: import the polyfill instead of using the deprecated vendor key
* Polyfill missing ES6 & 7 Methods to work on older Browser
*/
vendor: ['@babel/polyfill'],
/*
** You can extend webpack config here
*/