mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-12 01:59:42 -06:00
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
const { fs } = require('memfs')
|
|
|
|
// overwrite config path and context when fs is mocked
|
|
process.env.VUE_CLI_CONTEXT = '/'
|
|
process.env.VUE_CLI_CONFIG_PATH = '/.vuerc'
|
|
|
|
module.exports = fs
|