⚡ dotenv
This commit is contained in:
@@ -297,7 +297,11 @@ export default {
|
|||||||
/*
|
/*
|
||||||
** You can extend webpack config here
|
** You can extend webpack config here
|
||||||
*/
|
*/
|
||||||
extend(config, ctx) {},
|
extend(config, ctx) {
|
||||||
|
config.node = {
|
||||||
|
fs: "empty",
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
** Generate configuration
|
** Generate configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user