Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Oct 28, 2020
1 parent db824e5 commit f61809c
Show file tree
Hide file tree
Showing 4 changed files with 6,380 additions and 2,136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
.env
.env.*
tmp
.now
11 changes: 4 additions & 7 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
module.exports = {
mode: 'universal',

generate: {
minify: {
removeRedundantAttributes: false,
},
},
mode: 'static',

vue: {
config: {
Expand Down Expand Up @@ -41,5 +35,8 @@ module.exports = {
*/
build: {
extend(config, ctx) {},
minify: {
removeRedundantAttributes: false,
},
},
};
Loading

1 comment on commit f61809c

@vercel
Copy link

@vercel vercel bot commented on f61809c Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.