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 544ff98 commit ee8fce4Copy full SHA for ee8fce4
packages/web/webpack.config.mjs
@@ -59,7 +59,7 @@ const loadEnvFile = (envName) => {
59
export default (env, argv) => {
60
const IS_DEV = argv.mode === "development";
61
62
- const ENVIRONMENT = argv.nodeEnv || 'local';
+ const ENVIRONMENT = argv.nodeEnv || "local";
63
loadEnvFile(ENVIRONMENT);
64
65
const GLOBAL_SCSS = resolvePath("src/common/styles/index.scss");
0 commit comments