fix: build with nuxt 2.15

This commit is contained in:
Fernando Fernández 2021-02-18 16:30:06 +01:00
parent eee4143e41
commit ef3c635850
2 changed files with 1 additions and 45 deletions

View File

@ -1,43 +0,0 @@
# test directories
__tests__
test
tests
powered-test
# asset directories
docs
doc
website
# examples
example
examples
# code coverage directories
coverage
.nyc_output
# build scripts
Makefile
Gulpfile.js
Gruntfile.js
# configs
appveyor.yml
circle.yml
codeship-services.yml
codeship-steps.yml
wercker.yml
.tern-project
.gitattributes
.editorconfig
.*ignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml
# misc
*.md

View File

@ -96,7 +96,7 @@ const config: NuxtConfig = {
** Auto import components
** See https://nuxtjs.org/api/configuration-components
*/
components: true,
components: [{ path: '~/components', pathPrefix: false }],
/*
** Nuxt.js dev-modules
*/
@ -261,7 +261,6 @@ const config: NuxtConfig = {
** See https://nuxtjs.org/api/configuration-build/
*/
build: {
// @ts-expect-error -- Undocumented options
loadingScreen: {
image: 'icon.png',
colors: {