mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding systemvars to webpack
This commit is contained in:
parent
cc52f399f2
commit
7db73fffb5
2 changed files with 3 additions and 1 deletions
|
@ -10,5 +10,7 @@ export const plugins = [
|
|||
}),
|
||||
new Dotenv({
|
||||
path: "./.env",
|
||||
safe: true,
|
||||
systemvars: true,
|
||||
}),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue