turn webpack middleware into middleware

fix HMR middleware, and some loopback boilerplate cleanup
This commit is contained in:
2017-01-22 12:02:04 -07:00
parent c85b2e2702
commit f9e237da09
13 changed files with 75 additions and 61 deletions

View File

@@ -1,7 +1,4 @@
{
"initial:before": {
"loopback#favicon": {}
},
"initial": {
"compression": {},
"cors": {
@@ -33,6 +30,10 @@
"session": {},
"auth": {},
"parse": {},
"routes:before": {
"./middleware/webpack-dev": {},
"./middleware/webpack-hmr": {}
},
"routes": {
"loopback#rest": {
"paths": [