Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jul 11, 2022
1 parent e333ab4 commit 2aabaa3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stacks/src/builds/stacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function buildConfig(entries: string[] = ['./src/index'], outDir?
inlineDependencies: true,
},
externals: [
'stack',
'stacks',
],
}
}
2 changes: 1 addition & 1 deletion .stacks/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import alias from 'config/alias'
import { defineConfig } from 'stacks'
import { defineConfig } from '.'

export default defineConfig({
optimizeDeps: {
Expand Down
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,13 @@
"commitizen",
"demi",
"composability",
"scrollback"
"scrollback",
"polacek",
"showcaseable",
"nitropack",
"roadmap",
"solana",
"cardano",
],
"html.customData": [
"./.stacks/custom-elements.json"
Expand Down

0 comments on commit 2aabaa3

Please sign in to comment.