mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 06:16:06 +00:00
actually use friendly errors webpack plugin
This commit is contained in:
parent
96cf7f5969
commit
e9cddb516e
@ -29,7 +29,7 @@ try {
|
|||||||
|
|
||||||
const devMiddleWare = require('webpack-dev-middleware')(compiler, {
|
const devMiddleWare = require('webpack-dev-middleware')(compiler, {
|
||||||
publicPath: webpackConfig.output.publicPath,
|
publicPath: webpackConfig.output.publicPath,
|
||||||
quiet: false,
|
quiet: true,
|
||||||
inline: true,
|
inline: true,
|
||||||
headers: {
|
headers: {
|
||||||
'Access-Control-Allow-Origin': '*',
|
'Access-Control-Allow-Origin': '*',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user