Skip to content

Commit

Permalink
perf: generate .br static assets
Browse files Browse the repository at this point in the history
- [x] Closes #227
  • Loading branch information
vinayakkulkarni committed Sep 19, 2021
1 parent 7f01550 commit 85301e6
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/buildModules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const buildModules: NuxtOptionsModule[] = [
['@nuxtjs/color-mode', colorMode],
// https://composition-api.nuxtjs.org/getting-started/setup#quick-start
'@nuxtjs/composition-api/module',
// https://github.com/robcresswell/nuxt-compress
'nuxt-compress',
];

export { buildModules };
92 changes: 92 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"eslint-plugin-vue": "^7.18.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"nuxt-compress": "^5.0.0",
"postcss": "^8.3.6",
"prettier": "^2.4.1",
"shipjs": "^0.23.3",
Expand Down

0 comments on commit 85301e6

Please sign in to comment.