From 5ec21b5cb951d7c36eb6da060d8f8a7cf7d098f9 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 9 Feb 2019 11:14:22 +0100 Subject: [PATCH] Removed polyfil and added moder build --- nuxt.config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 338cce847..e8eabe46a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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 */