Skip to content

Commit

Permalink
wip: revert NODE_ENV reset in optimize-deps playground
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 12, 2022
1 parent d08356f commit 4cfe9ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playground/optimize-deps/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
const fs = require('fs')
const vue = require('@vitejs/plugin-vue')

// Overriding the NODE_ENV set by vitest
process.env.NODE_ENV = ''

/**
* @type {import('vite').UserConfig}
*/
Expand Down

0 comments on commit 4cfe9ce

Please sign in to comment.