Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
gorjan5sk committed Sep 16, 2021
1 parent 308a33c commit 71ba538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.common.js
Expand Up @@ -143,7 +143,9 @@ module.exports = function ({
BUGSNAG_API_KEY: JSON.stringify(process.env.BUGSNAG_API_KEY),
EXPERIMENTAL_FEATURES,
WEBSOCKET_URL: JSON.stringify(process.env.WEBSOCKET_URL),
ENABLE_UNFINISHED_FEATURES: JSON.stringify(process.env.ENABLE_UNFINISHED_FEATURES),
ENABLE_UNFINISHED_FEATURES: JSON.stringify(
process.env.ENABLE_UNFINISHED_FEATURES
),
}),
],
};
Expand Down

0 comments on commit 71ba538

Please sign in to comment.