Skip to content

Commit

Permalink
fix(config): Add Playground env config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed May 13, 2021
1 parent a18bb16 commit 196d72f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/playground/env/vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const path = require('path')

/**
* @type {import('vite').UserConfig}
*/
module.exports = {
envDir: path.resolve(__dirname, 'env'),
build: {
minify: false
}
}

0 comments on commit 196d72f

Please sign in to comment.