⚡ dotenv
This commit is contained in:
parent
e3fb11cce0
commit
b598d846bb
1 changed files with 5 additions and 1 deletions
|
|
@ -297,7 +297,11 @@ export default {
|
|||
/*
|
||||
** You can extend webpack config here
|
||||
*/
|
||||
extend(config, ctx) {},
|
||||
extend(config, ctx) {
|
||||
config.node = {
|
||||
fs: "empty",
|
||||
}
|
||||
},
|
||||
},
|
||||
/*
|
||||
** Generate configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue