Skip to content

Commit

Permalink
chore: exclude nuxt from pnpm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 1, 2021
1 parent e95ed1e commit 24211e9
Show file tree
Hide file tree
Showing 6 changed files with 864 additions and 2,246 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ example/README.md
.nuxt
.idea
.svelte-kit/
examples/nuxt/yarn.lock
1 change: 1 addition & 0 deletions examples/nuxt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For this example, use `yarn` to install the dependencies.
1 change: 0 additions & 1 deletion examples/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export default {
buildModules: [
['@nuxt/typescript-build', { typeCheck: false }],
'@nuxtjs/composition-api/module',
'unplugin-vue2-script-setup/nuxt',
'unplugin-icons/nuxt',
],
}
3 changes: 1 addition & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/composition-api": "^0.29.2",
"css-loader": "^6.3.0",
"unplugin-icons": "workspace:*"
"unplugin-icons": "link:../../dist"
}
}
Loading

0 comments on commit 24211e9

Please sign in to comment.