Skip to content

Commit

Permalink
fix: avoid depending on typescript-build (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored May 12, 2021
1 parent b44372a commit 227305b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default withDocus({
/**
* Modules
*/
buildModules: ['vue-plausible'],
buildModules: ['vue-plausible', '@nuxt/typescript-build'],
/**
* Modules config
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@docsearch/js": "^1.0.0-alpha.28",
"@lokidb/loki": "^2.1.0",
"@nuxt/image": "^0.4.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^2.0.5",
"@nuxtjs/composition-api": "0.23.3",
"@nuxtjs/proxy": "^2.1.0",
Expand Down Expand Up @@ -129,7 +128,8 @@
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
"standard-version": "^9.3.0",
"terser": "^5.7.0"
"terser": "^5.7.0",
"@nuxt/typescript-build": "^2.1.0"
},
"peerDependencies": {
"vuex": "^3.6.2"
Expand Down
3 changes: 2 additions & 1 deletion playground/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default withDocus({
rootDir: __dirname,
windicss: {
root: resolve(__dirname, '..')
}
},
buildModules: ['@nuxt/typescript-build']
})
1 change: 0 additions & 1 deletion src/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default nuxtConfig({
buildModules: [
// Dependencies
'nuxt-vite',
'@nuxt/typescript-build',
'@nuxtjs/pwa',
'@nuxt/image',
'@nuxtjs/composition-api/module',
Expand Down

1 comment on commit 227305b

@vercel
Copy link

@vercel vercel bot commented on 227305b May 12, 2021

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.