mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
ci: adding systemvars to webpack
This commit is contained in:
@@ -10,5 +10,7 @@ export const plugins = [
|
||||
}),
|
||||
new Dotenv({
|
||||
path: "./.env",
|
||||
safe: true,
|
||||
systemvars: true,
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user