turn webpack middleware into middleware
fix HMR middleware, and some loopback boilerplate cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ const path = require('path');
|
||||
const ROOT = path.resolve(__dirname, '..', '..');
|
||||
|
||||
module.exports = {
|
||||
entry: `${ROOT}/src/main.js`,
|
||||
entry: [`${ROOT}/src/main.js`],
|
||||
output: {
|
||||
path: `${ROOT}/client`,
|
||||
publicPath: '/',
|
||||
|
||||
Reference in New Issue
Block a user