mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 20:07:06 +08:00
Merge pull request #33 from ILoveYowaneHaku/main
fix: set process.env.NODE_DEV value production in deveop
This commit is contained in:
commit
6f9ac1a587
@ -1,4 +1,4 @@
|
|||||||
process.env.NODE_ENV = 'production'
|
process.env.NODE_ENV = 'development'
|
||||||
|
|
||||||
import { readFileSync } from 'fs'
|
import { readFileSync } from 'fs'
|
||||||
import { join } from 'path'
|
import { join } from 'path'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user