Skip to content

Commit

Permalink
chore: exclude bootstrap fromo playground optimized deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 31, 2020
1 parent f1cfee2 commit 14fc0ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ const config: UserConfig = {
jsx: 'preact',
minify: false,
serviceWorker: !!process.env.USE_SW,
plugins: [jsPlugin]
plugins: [jsPlugin],
optimizeDeps: {
exclude: ['bootstrap']
}
}

export default config
4 changes: 0 additions & 4 deletions playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
version "0.0.0"
uid ""

"conditional-exports@link:./conditional-exports":
version "0.0.0"
uid ""

"lodash-es@link:../node_modules/lodash-es":
version "0.0.0"
uid ""
Expand Down

0 comments on commit 14fc0ab

Please sign in to comment.