From aaf91d8774df736bcc89b97c95f43b9eb6199abc Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Fri, 21 Jun 2019 16:07:02 +0200 Subject: [PATCH] chore: clean up nuxt config --- nuxt.config.js | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 6958188..11bd935 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -2,8 +2,6 @@ import pkg from './package' import store from './store.json' export default { - mode: 'universal', - /* ** Headers of the page */ @@ -39,33 +37,10 @@ export default { */ loading: { color: '#fff' }, - /* - ** Global CSS - */ - css: [ - ], - - /* - ** Plugins to load before mounting the App - */ - plugins: [ - ], - /* ** Nuxt.js modules */ modules: [ 'nuxt-clipboard2', - ], - - /* - ** Build configuration - */ - build: { - /* - ** You can extend webpack config here - */ - extend(config, ctx) { - } - } + ] }