Set shared process log level

This commit is contained in:
Asher
2019-02-07 13:50:17 -06:00
parent 86d70ec790
commit e4ff8e1c63
2 changed files with 18 additions and 3 deletions

View File

@ -115,6 +115,8 @@ export class Entry extends Command {
next();
});
// If we're not running from the binary and we aren't serving the static
// pre-built version, use webpack to serve the web files.
if (!isCli && !serveStatic) {
const webpackConfig = require(path.join(__dirname, "..", "..", "web", "webpack.config.js"));
const compiler = require("webpack")(webpackConfig);