Skip to content

Commit

Permalink
chore: remove deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 29, 2020
1 parent 8fe4284 commit 8c8bb5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ const config: UserConfig = {
jsx: 'preact',
minify: false,
serviceWorker: !!process.env.USE_SW,
plugins: [jsPlugin],
optimizeDeps: {
commonJSWhitelist: ['moment']
}
plugins: [jsPlugin]
}

export default config

0 comments on commit 8c8bb5f

Please sign in to comment.