Skip to content

Commit

Permalink
feat(webpack): disable warning overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jan 20, 2022
1 parent 5dbf6bf commit 3de89b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { ComponentType } from 'react'
import { connect, ConnectedProps } from 'react-redux'
import { Route } from 'react-router-dom'
import styled, { css } from 'styled-components'
import styled from 'styled-components'

import Alerts from 'components/Alerts'
import { selectors } from 'data'
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-wallet-v4-frontend/webpackBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const buildDevServerConfig = (
allowedHosts: 'all',
client: {
logging: 'info',
overlay: true,
overlay: { warnings: false },
progress: true
},
historyApiFallback: true,
Expand Down

0 comments on commit 3de89b6

Please sign in to comment.