mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Reduce noise in webpack dev server.
This commit is contained in:
parent
e2e81803b8
commit
f79486b3b2
@ -40,7 +40,8 @@ function start({ routes, debug, manifestConfig }) {
|
||||
contentBase: "./dist",
|
||||
hot: true,
|
||||
inline: false,
|
||||
host: "localhost"
|
||||
host: "localhost",
|
||||
stats: "errors-only"
|
||||
};
|
||||
|
||||
webpackDevServer.addDevServerEntrypoints(config, options);
|
||||
|
Loading…
Reference in New Issue
Block a user