Рефакторинг

This commit is contained in:
Book Pauk
2019-10-28 22:49:02 +07:00
parent 625fd9d1a4
commit b64985349e
7 changed files with 55 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
const log = require('./core/getLogger').getLog();
const log = new (require('./core/AppLogger'))().log;//singleton
function webpackDevMiddleware(app) {
const webpack = require('webpack');