Skip to content

Commit

Permalink
Remove unneeded var
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Feb 7, 2022
1 parent 6cfbed7 commit 9887a39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
},
"globals": {
"__webpack_public_path__": true,
"WEB_STORIES_CI": "readonly",
"WEB_STORIES_DISABLE_ERROR_BOUNDARIES": "readonly",
"WEB_STORIES_DISABLE_OPTIMIZED_RENDERING": "readonly",
"WEB_STORIES_DISABLE_PREVENT": "readonly",
Expand Down
1 change: 0 additions & 1 deletion tests/js/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default {
'**/?(*.)test.[jt]s',
],
globals: {
WEB_STORIES_CI: 'development',
WEB_STORIES_ENV: 'development',
WEB_STORIES_DISABLE_ERROR_BOUNDARIES: true,
WEB_STORIES_DISABLE_OPTIMIZED_RENDERING: true,
Expand Down
1 change: 0 additions & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ const sharedConfig = {
filename: `../css/[name]-rtl.css`,
}),
new webpack.DefinePlugin({
WEB_STORIES_CI: JSON.stringify(process.env.CI),
WEB_STORIES_ENV: JSON.stringify(process.env.NODE_ENV),
WEB_STORIES_DISABLE_ERROR_BOUNDARIES: JSON.stringify(
process.env.DISABLE_ERROR_BOUNDARIES
Expand Down

0 comments on commit 9887a39

Please sign in to comment.