We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0de58e commit efd9445Copy full SHA for efd9445
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
2
on:
3
push:
4
branches:
5
- - main
+ - master
6
workflow_dispatch:
7
jobs:
8
deploy:
webpack.config.js
@@ -109,7 +109,9 @@ module.exports = {
109
$: "jquery",
110
jQuery: "jquery"
111
}),
112
- new Dotenv()
+ new Dotenv({
113
+ systemvars: true
114
+ })
115
],
116
optimization: {
117
minimizer: [
0 commit comments